Twenty Thirteen: RTL JS support, fix class selector, see #23550.

git-svn-id: https://develop.svn.wordpress.org/trunk@23644 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett
2013-03-07 18:00:26 +00:00
parent 658afdeb2f
commit d7bb51b7a9

View File

@@ -97,7 +97,7 @@
itemSelector: '.widget',
columnWidth: columnWidth,
gutterWidth: 20,
isRTL: body.is( 'rtl' ) ? true : false
isRTL: body.is( '.rtl' ) ? true : false
} );
}
} )( jQuery );