diff options
author | Ben Firshman <ben@firshman.co.uk> | 2010-07-06 12:56:26 +0100 |
---|---|---|
committer | Ben Firshman <ben@firshman.co.uk> | 2010-07-06 12:56:26 +0100 |
commit | 6759b121a627ebbf6afcb344b70c88afbe765a9f (patch) | |
tree | 55a050b9c4bc0c4754773a1371daa4d2695b7e5d | |
parent | e8007790f443e3ad7126ee57b56058665f88e106 (diff) | |
download | jsnes-6759b121a627ebbf6afcb344b70c88afbe765a9f.zip jsnes-6759b121a627ebbf6afcb344b70c88afbe765a9f.tar.gz jsnes-6759b121a627ebbf6afcb344b70c88afbe765a9f.tar.bz2 |
Missing semicolon in ui.js!
cpu.js has yet to be linted - I'm in the process of rewriting it
-rw-r--r-- | source/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui.js b/source/ui.js index cbb7e69..ddec4ad 100644 --- a/source/ui.js +++ b/source/ui.js @@ -162,7 +162,7 @@ if (typeof jQuery !== 'undefined') { self.dynamicaudio = new DynamicAudio({ swf: nes.opts.swfPath+'dynamicaudio.swf' }); - } + }; UI.prototype = { // Enable and reset UI elements |