- Patch #29095 by Moshe: fixed parse error in drupal.js.

4.7.x
Dries Buytaert 2005-08-18 05:14:06 +00:00
parent f664d47bcd
commit aa39f5c787
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if (typeof XMLHttpRequest == 'undefined') {
}
catch (e) { }
}
throw new Error("No XML component installed!")
throw new Error("No XML component installed!");
}
}