mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #523 from theodorejb/master
Added Modernizr.load() method definition
This commit is contained in:
Vendored
+4
@@ -91,6 +91,10 @@ interface ModernizrStatic {
|
||||
touch: bool;
|
||||
webgl: bool;
|
||||
|
||||
load(resources: Array);
|
||||
load(resourceObject: any);
|
||||
load(resourceString: string);
|
||||
|
||||
prefixed(): bool;
|
||||
prefixed(property: string): bool;
|
||||
prefixed(property: string, obj: any, element?: any): bool;
|
||||
|
||||
Reference in New Issue
Block a user