Skip to content

Commit

Permalink
Merge pull request #193 from Semantic-Org/master
Browse files Browse the repository at this point in the history
Fix MSIE detection *Urgent*
  • Loading branch information
asual committed Nov 4, 2014
2 parents 3506aae + 775f77d commit 2ebfb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.address.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
_browser = _detectBrowser(),
_version = parseFloat(_browser.version),
_webkit = _browser.webkit || _browser.safari,
_msie = !$.support.opacity,
_msie = _browser.msie,
_t = _window(),
_d = _t.document,
_h = _t.history,
Expand Down

0 comments on commit 2ebfb45

Please sign in to comment.