mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 16:58:56 +08:00
last failing ie test remaining
This commit is contained in:
@@ -27,12 +27,6 @@ extend(angular, {
|
||||
});
|
||||
|
||||
|
||||
function trigger(element, type) {
|
||||
var evnt = document.createEvent('MouseEvent');
|
||||
evnt.initMouseEvent(type, true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
|
||||
(element[0] || element).dispatchEvent(evnt);
|
||||
}
|
||||
|
||||
function sortedHtml(element) {
|
||||
var html = "";
|
||||
foreach(element, function toString(node) {
|
||||
|
||||
Reference in New Issue
Block a user