- Patch #29095 by Moshe: fixed parse error in drupal.js.
parent
f664d47bcd
commit
aa39f5c787
|
@ -33,7 +33,7 @@ if (typeof XMLHttpRequest == 'undefined') {
|
|||
}
|
||||
catch (e) { }
|
||||
}
|
||||
throw new Error("No XML component installed!")
|
||||
throw new Error("No XML component installed!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue