mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-12 12:39:31 +02:00
Fixed formatting on menu_view.js
This commit is contained in:
parent
2c2951866b
commit
0f4cecc97d
1 changed files with 194 additions and 194 deletions
|
@ -74,7 +74,7 @@ MenuView.prototype.setTextOverflow = function(overflow) {
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuView.prototype.hasTextOverflow = function() {
|
MenuView.prototype.hasTextOverflow = function() {
|
||||||
return this.textOverflow !== undefined;
|
return this.textOverflow != undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuView.prototype.setItems = function(items) {
|
MenuView.prototype.setItems = function(items) {
|
||||||
|
@ -305,7 +305,7 @@ MenuView.prototype.setJustify = function(justify) {
|
||||||
this.justify = justify;
|
this.justify = justify;
|
||||||
this.invalidateRenderCache();
|
this.invalidateRenderCache();
|
||||||
this.positionCacheExpired = true;
|
this.positionCacheExpired = true;
|
||||||
};
|
}
|
||||||
|
|
||||||
MenuView.prototype.setHotKeys = function(hotKeys) {
|
MenuView.prototype.setHotKeys = function(hotKeys) {
|
||||||
if(_.isObject(hotKeys)) {
|
if(_.isObject(hotKeys)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue