collapsible: Fix syntax error
authorYoumin Ha <youmin.ha@samsung.com>
Thu, 3 Jan 2013 08:25:03 +0000 (17:25 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 4 Jan 2013 11:30:38 +0000 (20:30 +0900)
Change-Id: I19d647c6718da6226947fdfbff3f62034812bc90

src/themes/tizen/tizen-white/theme.js

index 7251723..1a40465 100755 (executable)
@@ -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,