Use sane switch style :)
This commit is contained in:
@@ -133,6 +133,7 @@ MenuView.prototype.setPropertyValue = function(propName, value) {
|
||||
case 'focusItems' : this.setFocusItems(value); break;
|
||||
case 'hotKeys' : this.setHotKeys(value); break;
|
||||
case 'hotKeySubmit' : this.hotKeySubmit = value; break;
|
||||
case 'justify' : this.justify = value; break;
|
||||
}
|
||||
|
||||
MenuView.super_.prototype.setPropertyValue.call(this, propName, value);
|
||||
|
||||
Reference in New Issue
Block a user