aboutsummaryrefslogtreecommitdiff
path: root/src/enzymatic.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r--src/enzymatic.js4
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;
- },
+ }
};