mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
refactor(jqLite): remove a duplicate DOMContentLoaded handler attachment
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user