aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-07 10:29:47 -0700
committerMisko Hevery2010-04-07 10:29:47 -0700
commit82cb18db28ea7381e5168489207bfa23c059af0c (patch)
treeb4710ab1c2c0593ca9228cbb67495846d72d696e /src/jqLite.js
parent0df93fd49c1687b2eddaa79faa1c0adbef82bf72 (diff)
parentee327a1f4f75f57c2a2c6166520c092d4942ffe0 (diff)
downloadangular.js-82cb18db28ea7381e5168489207bfa23c059af0c.tar.bz2
Merge branch 'directives' of github.com:angular/angular.js into directives
Diffstat (limited to 'src/jqLite.js')
-rw-r--r--src/jqLite.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index 9aa4f2c7..e9407987 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -92,6 +92,7 @@ JQLite.prototype = {
});
},
+ //TODO: remove
trigger: function(type) {
var evnt = document.createEvent('MouseEvent');
evnt.initMouseEvent(type, true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);