diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2012-09-10 16:57:39 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2012-09-10 16:57:39 +0900 |
commit | b087adb7b7df900f9656425e5cea9dc7abdf935b (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /libs/js/jquery-mobile-1.1.0/build/wrap.start | |
parent | 3f08f13c69c30821bcd1a6f1f010395afb8e356a (diff) | |
download | web-ui-fw-b087adb7b7df900f9656425e5cea9dc7abdf935b.tar.gz web-ui-fw-b087adb7b7df900f9656425e5cea9dc7abdf935b.tar.bz2 web-ui-fw-b087adb7b7df900f9656425e5cea9dc7abdf935b.zip |
Export
Diffstat (limited to 'libs/js/jquery-mobile-1.1.0/build/wrap.start')
-rw-r--r-- | libs/js/jquery-mobile-1.1.0/build/wrap.start | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/js/jquery-mobile-1.1.0/build/wrap.start b/libs/js/jquery-mobile-1.1.0/build/wrap.start deleted file mode 100644 index 39a106cc..00000000 --- a/libs/js/jquery-mobile-1.1.0/build/wrap.start +++ /dev/null @@ -1,12 +0,0 @@ -(function ( root, doc, factory ) { - if ( typeof define === "function" && define.amd ) { - // AMD. Register as an anonymous module. - define( [ "jquery" ], function ( $ ) { - factory( $, root, doc ); - return $.mobile; - }); - } else { - // Browser globals - factory( root.jQuery, root, doc ); - } -}( this, document, function ( $, window, document, undefined ) {
\ No newline at end of file |