gallery: bind create event
[platform/framework/web/web-ui-fw.git] / src / widgets / gallery / js / jquery.mobile.tizen.gallery.js
index 1a930d6..9015904 100644 (file)
        }); /* End of widget */
 
        // auto self-init widgets
-       $( document ).bind( "pagecreate", function ( e ) {
+       $( document ).bind( "pagecreate create", function ( e ) {
                $( e.target ).find( ":jqmData(role='gallery')" ).gallery();
        });