diff options
author | David LaPalomento <dlapalomento@gmail.com> | 2010-12-09 22:43:31 -0800 |
---|---|---|
committer | David LaPalomento <dlapalomento@gmail.com> | 2010-12-09 22:43:31 -0800 |
commit | 74338a84911ecab007cb929cc417f59bfbac600a (patch) | |
tree | 7808b9582c73d015bea0eb60e474b84277e827f5 /src/runtime.js | |
parent | 660398be701fa73c13d2828379404018d4292e0e (diff) |
code cleanup of |,;|s
Diffstat (limited to 'src/runtime.js')
-rw-r--r-- | src/runtime.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.js b/src/runtime.js index 0f9ef80a..455d8c0e 100644 --- a/src/runtime.js +++ b/src/runtime.js @@ -67,7 +67,7 @@ RuntimeGenerator = { quantum = '(quantum ? quantum : QUANTUM_SIZE)'; } return target + ' = Math.ceil(' + target + '/' + quantum + ')*' + quantum + ';'; - }, + } }; function unInline(name_, params) { |