Skip to content

Commit

Permalink
forgot to merge in change
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoryak committed Mar 6, 2014
1 parent cd52fdf commit 41f4ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.floatThead.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
var util = window._;

//browser stuff
var ieVersion = function(){for(var a=3,b=document.createElement("b"),c=b.all||[];b.innerHTML="<!--[if gt IE "+ ++a+"]><i><![endif]-->",c[0];);return 4<a?a:document.documentMode}();
var ieVersion = function(){for(var a=3,b=document.createElement("b"),c=b.all||[];a = 1+a,b.innerHTML="<!--[if gt IE "+ a +"]><i><![endif]-->",c[0];);return 4<a?a:document.documentMode}();
var isChrome = null;
var isChromeCheck = function(){
if(ieVersion){
Expand Down

0 comments on commit 41f4ca3

Please sign in to comment.