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

git-svn-id: http://core.svn.wordpress.org/trunk@23645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-07 18:22:58 +00:00
parent d96b1ca8e2
commit 7b26a36756
1 changed files with 1 additions and 1 deletions

View File

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