Skip to content

Commit a6f2961

Browse files
authored
Merge pull request #10 from peckadesign/8-ie-compability-vol2
#8 JS asset doesn't work in IE
2 parents 57f0e9c + 4e3b327 commit a6f2961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/async.nette.ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$.nette.ajax({
1818
url: $this.data('asyncLink') || $this.attr('href'),
1919
off: ['history', 'unique']
20-
}, $this, new Event('asyncLoad'));
20+
}, $this, $.Event('asyncLoad'));
2121
});
2222
}
2323
});

0 commit comments

Comments
 (0)