aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index 21443fa5..17341575 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -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) {