aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.js')
-rw-r--r--src/runtime.js2
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) {