Commit 46d2da8
zessx
Add jQuery 1.9 support
$.browser is no longer supported in jQuery 1.9+
It'll result by an error : `Cannot read property 'msie' of undefined`
We can use the MSDN detection method for IE (more info here : http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx )1 parent 0310f38 commit 46d2da8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments