mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 04:41:01 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
// Shim for older jQuery < 1.7
|
|
// We assume that jQuery is loaded with a script tag
|
|
define(function() {
|
|
return window.jQuery;
|
|
});
|