diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-12 19:06:11 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-12 19:06:45 +0200 |
| commit | a4c41a96ebf99c1d972030adf6927476f973c93c (patch) | |
| tree | 36de0cf0ecd339b415d9705eed56699247348b63 /src/client/util.js | |
| parent | f8ed9d1f42f6230812f67b03629cb7c246c4e0c2 (diff) | |
client/util: remove stray space
Diffstat (limited to 'src/client/util.js')
| -rw-r--r-- | src/client/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util.js b/src/client/util.js index fcb0eec7..27e10c79 100644 --- a/src/client/util.js +++ b/src/client/util.js @@ -22,7 +22,7 @@ define(['underscore', 'jquery'], function(_, $) { function set_from_object(o) { var ret = {} - for ( var k in o) { + for (var k in o) { ret[k] = 1; } return ret; |
