3.0 source code
This commit is contained in:
13
OfficeWeb/vendor/requirejs/tests/trailingComma/trailingComma.js
vendored
Normal file
13
OfficeWeb/vendor/requirejs/tests/trailingComma/trailingComma.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
//Trailing comma is there ON PURPOSE
|
||||
require(['a',], function(a) {
|
||||
doh.register(
|
||||
"trailingComma",
|
||||
[
|
||||
function trailingComma(t){
|
||||
t.is('a', a.name, 'a.name is a');
|
||||
}
|
||||
]
|
||||
);
|
||||
doh.run();
|
||||
});
|
||||
Reference in New Issue
Block a user