aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
authorMisko Hevery2010-07-29 12:50:14 -0700
committerMisko Hevery2010-07-29 12:54:13 -0700
commit1b768b84439e725010acc943ebfda462e49d3704 (patch)
tree06476962f7116e8c10ddb35d17c5bd3038528aaa /src/jqLite.js
parent6bd8006edcbfe1dc1be8cb865fbcfe25157fe117 (diff)
downloadangular.js-1b768b84439e725010acc943ebfda462e49d3704.tar.bz2
refactored $location service so that it correctly updates under all conditions
Diffstat (limited to 'src/jqLite.js')
-rw-r--r--src/jqLite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index 04682754..22b3c070 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -107,7 +107,7 @@ JQLite.prototype = {
if (!event.preventDefault) {
event.preventDefault = function(){
event.returnValue = false;
- }
+ };
}
foreach(eventHandler.fns, function(fn){
fn.call(self, event);