3.0 source code
This commit is contained in:
15
OfficeWeb/vendor/requirejs/tests/dataMain/dataMainIndex/index.js
vendored
Normal file
15
OfficeWeb/vendor/requirejs/tests/dataMain/dataMainIndex/index.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
define('a', {
|
||||
name: 'a'
|
||||
});
|
||||
|
||||
define('index', ['a'], function (a) {
|
||||
doh.register(
|
||||
"dataMainIndex",
|
||||
[
|
||||
function dataMainIndex(t){
|
||||
t.is("a", a.name);
|
||||
}
|
||||
]
|
||||
);
|
||||
doh.run();
|
||||
});
|
||||
Reference in New Issue
Block a user