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 @@
4646 } else {
4747 mb.ui.overlay.hide();
4848 }
 49+ },
 50+
 51+ disable: function( e ) {
 52+ e.preventDefault();
 53+ // TODO write
4954 }
5055 },
5156

Status & tagging log