aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
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 0052055c..e14eb127 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -459,7 +459,7 @@ forEach({
if (!eventHandler) {
bind[type] = eventHandler = function(event) {
if (!event.preventDefault) {
- event.preventDefault = function(){
+ event.preventDefault = function() {
event.returnValue = false; //ie
};
}