mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:58:00 +01:00
whitespace fixes
This commit is contained in:
@@ -312,7 +312,7 @@ liberator.Completion = function () //{{{
|
||||
"var comp = [];" +
|
||||
"var type = '';" +
|
||||
"var value = '';" +
|
||||
"var obj = eval('with(liberator){" + objects[o] + "}');" +
|
||||
"var obj = eval('with (liberator) {" + objects[o] + "}');" +
|
||||
"for (var i in obj) {" +
|
||||
" try { type = typeof(obj[i]); } catch (e) { type = 'unknown type'; };" +
|
||||
" if (type == 'number' || type == 'string' || type == 'boolean') {" +
|
||||
|
||||
Reference in New Issue
Block a user