app/assets/javascripts/material/winresize.js in material-sass-0.0.2 vs app/assets/javascripts/material/winresize.js in material-sass-0.0.3
- old
+ new
@@ -1,6 +1,6 @@
// window smart resize
- function on_resize(c,t){onresize=function(){clearTimeout(t);t=setTimeout(c,100)};return c};
+ on_resize = function (c,t){onresize=function(){clearTimeout(t);t=setTimeout(c,100)};return c};
on_resize(function() {
// fixed left/right hand side column padding bottom and width
contentFixPushCal();
\ No newline at end of file