aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-06-25 22:19:39 +0300
committermax99x <max99x@gmail.com>2011-06-25 22:19:39 +0300
commit37a1ccacaa79addac6094983897d67e0a8630160 (patch)
tree21fc7a4bf7e5b02f9740fdc88391ded716c935a1 /src/preamble.js
parent86a02b61c67301015318a159c0beb619ff8a1178 (diff)
Style cleanup for the previous commit.
Diffstat (limited to 'src/preamble.js')
-rw-r--r--src/preamble.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preamble.js b/src/preamble.js
index 126ef6fa..c6fcafa7 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -576,7 +576,7 @@ function intArrayToString(array) {
{{{ reSign }}}
// Use console read if available, otherwise we are in a browser, use an XHR
-if (this.read == undefined) {
+if (this.read === undefined) {
var read = function(url) {
// TODO: use mozResponseArrayBuffer/responseStream/etc. if available
var xhr = new XMLHttpRequest();