diff --git a/src/jquery.columnizer.js b/src/jquery.columnizer.js index 5d77e71..8767221 100644 --- a/src/jquery.columnizer.js +++ b/src/jquery.columnizer.js @@ -526,7 +526,12 @@ } } if(options.overflow && !scrollHorizontally){ - var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/; + var IE6 = false; + /*@cc_on + @if (@_jscript_version < 5.7) + IE6 = true; + @end + @*/ var IE7 = (document.all) && (navigator.appVersion.indexOf("MSIE 7.") != -1); if(IE6 || IE7){ var html = "";