aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-02-01 00:57:50 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-02-01 00:57:50 +0200
commit6fef13ad3c55c47f79d27b3f574b4262645541cc (patch)
treefc4109dbc77463559c0857af766499f46b4ce3b5
parent6dba7fa0d7caea54c40deac29dd73a3b30e6c8eb (diff)
Fix indentation in the comments added in the previous commit.
-rw-r--r--src/library_html5.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_html5.js b/src/library_html5.js
index 86adeafd..a38c2390 100644
--- a/src/library_html5.js
+++ b/src/library_html5.js
@@ -710,8 +710,8 @@ var LibraryJSEvents = {
var eventHandler = {
target: JSEvents.findEventTarget(target),
allowsDeferredCalls: false, // XXX Currently disabled, see bug https://bugzilla.mozilla.org/show_bug.cgi?id=966493
-// Once the above bug is resolved, enable the following condition if possible:
-// allowsDeferredCalls: eventTypeString == 'touchstart',
+ // Once the above bug is resolved, enable the following condition if possible:
+ // allowsDeferredCalls: eventTypeString == 'touchstart',
eventTypeString: eventTypeString,
callbackfunc: callbackfunc,
handlerFunc: handlerFunc,