Files
2024-12-17 17:34:10 +01:00

7 lines
239 B
JavaScript

/*! Overthrow. An overflow:auto polyfill for responsive design. (c) 2012: Scott Jehl, Filament Group, Inc. http://filamentgroup.github.com/Overthrow/license.txt */
(function( w, undefined ){
// Auto-init
w.overthrow.set();
}( this ));