mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added phantomCSS - fix travis errors
This commit is contained in:
@@ -39,8 +39,9 @@ var options: PhantomCSSOptions = {
|
||||
});
|
||||
},
|
||||
|
||||
fileNameGetter: function(root,filename){
|
||||
fileNameGetter: function(root:string,filename:string){
|
||||
|
||||
return root+filename;
|
||||
},
|
||||
|
||||
prefixCount: true,
|
||||
|
||||
Reference in New Issue
Block a user