r105890 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105889
|
r105890
|
r105891
>
Date:
15:31, 12 December 2011
Author:
tparscal
Status:
ok
Tags:
Comment:
Made es an explicit global object
Modified paths:
/trunk/extensions/VisualEditor/modules/es/es.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/VisualEditor/modules/es/es.js
—
—
@@ -3,7 +3,7 @@
4
4
*
5
5
* All classes and functions will be attached to this object to keep the global namespace clean.
6
6
*/
7
-es = {};
7
+window.es = {};
8
8
9
9
/* Functions */
10
10
—
—
@@ -24,7 +24,7 @@
25
25
* Foo.call( this );
26
26
* }
27
27
* // Extend prototype
28
- * extend( Bar, Foo );
28
+ * es.extendClass( Bar, Foo );
29
29
*
30
30
* @static
31
31
* @method
Status & tagging log
15:37, 12 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r105890
[
removed:
new
added:
ok]