Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 22407a9

Browse files
committed
refactor(jqLite): remove a duplicate DOMContentLoaded handler attachment
1 parent fc70a98 commit 22407a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jqLite.js

-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ var JQLitePrototype = JQLite.prototype = {
489489
// jshint -W064
490490
JQLite(window).on('load', trigger); // fallback to window.onload for others
491491
// jshint +W064
492-
this.on('DOMContentLoaded', trigger);
493492
}
494493
},
495494
toString: function() {

0 commit comments

Comments
 (0)