Skip to content

Commit baded0d

Browse files
committed
Merge pull request jquery-archive#2393 from dtao/patch-1
Fix for issue jquery-archive#2390: fixed typo: 'throttledResize' => 'throttledresize'
2 parents 7cce0c5 + a4b9079 commit baded0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.media.classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $( document ).bind( "mobileinit.htmlclass", function() {
7777

7878
var ev = $.support.orientation;
7979

80-
$window.bind( "orientationchange.htmlclass throttledResize.htmlclass", function( event ) {
80+
$window.bind( "orientationchange.htmlclass throttledresize.htmlclass", function( event ) {
8181

8282
// add orientation class to HTML element on flip/resize.
8383
if ( event.orientation ) {

0 commit comments

Comments
 (0)