mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update polymer.d.ts to ver.1.1.2
This commit is contained in:
Vendored
+5
-3
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user