Skip to content

Commit

Permalink
Merge pull request #10 from dhruvparmar372/master
Browse files Browse the repository at this point in the history
modified browser check to be jquery independent
  • Loading branch information
pbakaus committed May 20, 2014
2 parents 26e3409 + bce586d commit 71770e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformie.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var Transformie = {

jQuery(function() {

if(!jQuery.browser.msie) return;
if( navigator.userAgent.indexOf("MSIE ") == -1) return;

// Parsing stylesheets, almost always makes sense
Transformie.defaults.stylesheets && Transformie.parseStylesheets();
Expand Down

0 comments on commit 71770e8

Please sign in to comment.