Twenty Thirteen: simpler isRTL check for masonry, props obenland. See #23550.

git-svn-id: https://develop.svn.wordpress.org/trunk@23645 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett
2013-03-07 18:22:58 +00:00
parent d7bb51b7a9
commit b1bfd753a6
@@ -97,7 +97,7 @@
itemSelector: '.widget',
columnWidth: columnWidth,
gutterWidth: 20,
isRTL: body.is( '.rtl' ) ? true : false
isRTL: body.is( '.rtl' )
} );
}
} )( jQuery );