refactor(jqLite): remove a duplicate DOMContentLoaded handler attachment

This commit is contained in:
Michał Gołębiowski
2014-10-16 12:36:45 +02:00
parent fc70a98be4
commit 22407a9296

View File

@@ -489,7 +489,6 @@ var JQLitePrototype = JQLite.prototype = {
// jshint -W064
JQLite(window).on('load', trigger); // fallback to window.onload for others
// jshint +W064
this.on('DOMContentLoaded', trigger);
}
},
toString: function() {