3.0 source code
This commit is contained in:
10
OfficeWeb/vendor/requirejs/tests/remoteUrls/jqwrap.js
vendored
Normal file
10
OfficeWeb/vendor/requirejs/tests/remoteUrls/jqwrap.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
define(function (require) {
|
||||
//Tests detecting a full URL dependency inside simplified wrapper.
|
||||
require('https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js');
|
||||
|
||||
function noop() {};
|
||||
|
||||
return {
|
||||
isFunction: jQuery.isFunction(noop)
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user