From: Youmin Ha Date: Thu, 3 Jan 2013 08:25:03 +0000 (+0900) Subject: collapsible: Fix syntax error X-Git-Tag: accepted/tizen_2.1/20130425.023924~7^2~304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d43ec87efce3338dc99369c707b4f91013a07b42;p=platform%2Fframework%2Fweb%2Fweb-ui-fw.git collapsible: Fix syntax error Change-Id: I19d647c6718da6226947fdfbff3f62034812bc90 --- diff --git a/src/themes/tizen/tizen-white/theme.js b/src/themes/tizen/tizen-white/theme.js index 7251723..1a40465 100755 --- a/src/themes/tizen/tizen-white/theme.js +++ b/src/themes/tizen/tizen-white/theme.js @@ -26,7 +26,7 @@ $( function ( o ) { o.animation = true; o.customEventHandler = function ( isCollapse ) { var self = this, - c = $(self).children('.ui-collapsible-content')[0], + c = $(self).children('.ui-collapsible-content')[0]; function _getHeight( el ) { var h = 0,