// some work on style sheets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
define([], function() {
|
||||
doh.register(
|
||||
"testBaseUrl",
|
||||
[
|
||||
function testBaseUrl(t){
|
||||
t.is(true, true);
|
||||
}
|
||||
]
|
||||
);
|
||||
doh.run();
|
||||
});
|
||||
Reference in New Issue
Block a user