Added ArraySplice to PolymerStatic, so it's available under

Polymer.ArraySplice at runtime.
This commit is contained in:
Ruben
2018-03-28 15:24:51 +02:00
parent 17120c6111
commit 73f9ae0086

View File

@@ -341,6 +341,8 @@ declare global {
RenderStatus: RenderStatus
ArraySplice: ArraySplice;
/** @deprecated */
ImportStatus: ImportStatus
}