diff options
author | anekos | 2014-12-14 16:34:42 +0900 |
---|---|---|
committer | anekos | 2014-12-14 16:34:42 +0900 |
commit | c28682c82e1590565c6d91a9d4eed94e0bcddd4f (patch) | |
tree | e330a3d543b23a139a69097a2af404250529ef31 /stella.js | |
parent | 1071be49edfda1d35c537d09308d1f0e2f28bbef (diff) | |
download | vimperator-plugins-c28682c82e1590565c6d91a9d4eed94e0bcddd4f.tar.bz2 |
Fix style
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2149,7 +2149,7 @@ Thanks: }, enable: function () { - if (liberator.globalVariables.stella_hidden_panel === true) + if (liberator.globalVariables.stella_hidden_panel) return; if (this.noGUI) return; |