Update polymer.d.ts to ver.1.1.2

This commit is contained in:
laco0416
2015-09-02 21:50:58 +09:00
parent af76bf4602
commit 44eace6da9
2 changed files with 29 additions and 3 deletions
+5 -3
View File
@@ -1,4 +1,4 @@
// Type definitions for polymer v1.0
// Type definitions for polymer v1.1.2
// Project: https://github.com/Polymer/polymer
// Definitions by: Louis Grignon <https://github.com/lgrignon>, Suguru Inatomi <https://github.com/laco0416>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -199,6 +199,8 @@ declare module polymer {
observers?: string[];
registered?(): void;
created?(): void;
attached?(): void;
@@ -297,9 +299,9 @@ declare module polymer {
dom:DomApiStatic;
(prototype: Base):webcomponents.CustomElementConstructor;
(prototype: Base|{new ():Base}):webcomponents.CustomElementConstructor;
Class(prototype: Base):webcomponents.CustomElementConstructor;
Class(prototype: Base|{new ():Base}):webcomponents.CustomElementConstructor;
}
}