aboutsummaryrefslogtreecommitdiffstats
path: root/exopen.js
diff options
context:
space:
mode:
Diffstat (limited to 'exopen.js')
-rw-r--r--exopen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/exopen.js b/exopen.js
index 0126306..696f102 100644
--- a/exopen.js
+++ b/exopen.js
@@ -175,7 +175,7 @@ liberator.plugins.exOpen = (function() {
},
find: function(label) {
var ret = null;
- global.some(function(template) template.label == label ? (ret = template) && true : false);
+ global.some(function(template) (template.label == label) && (ret = template));
return ret;
},
open: function(arg) {