r92789 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92788
|
r92789
|
r92790
>
Date:
20:38, 21 July 2011
Author:
werdna
Status:
ok
Tags:
Comment:
Add a stub disable() method
Modified paths:
/trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js
—
—
@@ -45,6 +45,11 @@
46
46
} else {
47
47
mb.ui.overlay.hide();
48
48
}
49
+ },
50
+
51
+ disable: function( e ) {
52
+ e.preventDefault();
53
+ // TODO write
49
54
}
50
55
},
51
56
Status & tagging log
22:49, 22 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r92789
[
removed:
new
added:
ok]