Skip to content

Commit

Permalink
Fixed premature termination of declaration-list.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreak committed Jan 25, 2015
1 parent 30de35e commit 6ed96fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/webkit/src/main/resources/toserve/lift.js
Expand Up @@ -702,7 +702,7 @@
onDocumentReady: function(fn) {
var done = false, top = true,
win = window, doc = win.document, root = doc.documentElement,
pre = doc.addEventListener ? '' : 'on';
pre = doc.addEventListener ? '' : 'on',
rem = doc.addEventListener ? 'removeEventListener' : 'detachEvent',

init = function(e) {
Expand Down

0 comments on commit 6ed96fc

Please sign in to comment.