Merge pull request #8684 from NCC1701M/patch-1

Fix compile errors
This commit is contained in:
Masahiro Wakame
2016-03-26 22:41:50 +09:00
+1 -1
View File
@@ -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
/**