3.0 source code
This commit is contained in:
18
OfficeWeb/vendor/requirejs/tests/jquery/scripts/dynamicApp.js
vendored
Normal file
18
OfficeWeb/vendor/requirejs/tests/jquery/scripts/dynamicApp.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
require({
|
||||
"baseUrl": "./scripts/",
|
||||
"paths": {
|
||||
"jquery": "http://ajax.microsoft.com/ajax/jQuery/jquery-1.7.1.min"
|
||||
//"jquery": "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min"
|
||||
},
|
||||
priority: ['jquery']
|
||||
});
|
||||
|
||||
define(["jquery.gamma", "jquery.epsilon"], function() {
|
||||
|
||||
$(function () {
|
||||
doh.is('epsilon', $('body').epsilon());
|
||||
doh.is('epsilon', $('body').epsilon());
|
||||
readyFired();
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user