7 lines
239 B
JavaScript
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 )); |