r109391 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109390
|
r109391
|
r109392
>
Date:
16:47, 18 January 2012
Author:
yaron
Status:
ok
Tags:
Comment:
Fix for
r108226
- removed stray single-quote
Modified paths:
/trunk/extensions/SemanticForms/libs/SF_wikieditor.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/libs/SF_wikieditor.js
—
—
@@ -1,5 +1,5 @@
2
2
// create ext if it does not exist yet
3
-if ( typeof( window.ext' ) === "undefined" ) {
3
+if ( typeof( window.ext ) === "undefined" ) {
4
4
window.ext = {};
5
5
}
6
6
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108226
Some quick untested cleanups to this JS
nikerabbit
12:36, 6 January 2012
Status & tagging log
07:55, 19 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r109391
[
removed:
deferred
added:
ok]