Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / build / wrap.start
1 (function ( root, doc, factory ) {
2         if ( typeof define === "function" && define.amd ) {
3                 // AMD. Register as an anonymous module.
4                 define( [ "jquery" ], function ( $ ) {
5                         factory( $, root, doc );
6                         return $.mobile;
7                 });
8         } else {
9                 // Browser globals
10                 factory( root.jQuery, root, doc );
11         }
12 }( this, document, function ( $, window, document, undefined ) {