jquery-mobile/js/jquery.js
2012-01-19 17:10:01 -08:00

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;
});