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 @@
22 // create ext if it does not exist yet
3 -if ( typeof( window.ext' ) === "undefined" ) {
 3+if ( typeof( window.ext ) === "undefined" ) {
44 window.ext = {};
55 }
66

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108226Some quick untested cleanups to this JSnikerabbit12:36, 6 January 2012

Status & tagging log