summaryrefslogtreecommitdiffstats
path: root/js.2/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'js.2/utils.js')
-rw-r--r--js.2/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js.2/utils.js b/js.2/utils.js
index 6eacce3..716e5da 100644
--- a/js.2/utils.js
+++ b/js.2/utils.js
@@ -5,4 +5,4 @@ JSNES.Utils = {
dest[destPos+i] = src[srcPos+i];
}
}
-}
+};