Merge pull request #523 from theodorejb/master

Added Modernizr.load() method definition
This commit is contained in:
Boris Yankov
2013-05-07 12:14:10 -07:00
+4
View File
@@ -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;