diff options
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r-- | src/enzymatic.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js index b0fd4619..8b936a23 100644 --- a/src/enzymatic.js +++ b/src/enzymatic.js @@ -128,7 +128,7 @@ Substrate.prototype = { } midComment(); } - }, + } }; Zyme = function() { }; @@ -160,6 +160,6 @@ Zyme.prototype = { } } return ret; - }, + } }; |