Merge "Add special page class for disabling special pages"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / ui / mw.rcfilters.ui.ValuePickerWidget.js
index ca85a6e..e65abf2 100644 (file)
@@ -24,7 +24,9 @@
                OO.ui.mixin.LabelElement.call( this, config );
 
                this.model = model;
-               this.itemFilter = config.itemFilter || function () { return true; };
+               this.itemFilter = config.itemFilter || function () {
+                       return true;
+               };
 
                // Build the selection from the item models
                this.selectWidget = new OO.ui.ButtonSelectWidget();