mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-21 08:20:24 +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;
|
|
});
|