aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-06 14:04:08 -0700
committerMisko Hevery2010-04-06 14:04:08 -0700
commitee327a1f4f75f57c2a2c6166520c092d4942ffe0 (patch)
treec63825342f1836ab667d2cabfb178e98e96240ec /src/jqLite.js
parente6460685869e16b5016de975fd0ba15a7e436951 (diff)
downloadangular.js-ee327a1f4f75f57c2a2c6166520c092d4942ffe0.tar.bz2
few fixes to make tests pass with jquery
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);