mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+1
-1
@@ -9774,7 +9774,7 @@ declare namespace WinJS.Utilities {
|
||||
/**
|
||||
* Represents the result of a query selector, and provides various operations that perform actions over the elements of the collection.
|
||||
**/
|
||||
class QueryCollection<T> implements Array<T> {
|
||||
class QueryCollection<T> extends Array<T> {
|
||||
//#region Methods
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user