Merge pull request #24357 from dboune/dboune/stylus/fix-querylist-merge

stylus: fix incorrect method signature
This commit is contained in:
Nathan Shively-Sanders
2018-03-26 16:25:36 -07:00
committed by GitHub

View File

@@ -1190,7 +1190,7 @@ declare namespace Stylus {
/**
* Merges this query list with the `other`.
*/
merge(other: MediaQueryList): MediaQueryList;
merge(other: QueryList): QueryList;
/**
* Return a JSON representation of this node.