Merge pull request #7246 from Alain-Bearez/patch-1

Update Drop to release 1.3.0
This commit is contained in:
Horiuchi_H
2015-12-22 19:20:51 +09:00
+3 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for Drop v0.5.7
// Type definitions for Drop v1.3.0
// Project: http://github.hubspot.com/drop/
// Definitions by: Adi Dahiya <https://github.com/adidahiya>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -26,6 +26,7 @@ declare module drop {
constrainToWindow?: boolean;
constrainToScrollParent?: boolean;
remove?: boolean;
beforeClose?: () => boolean;
tetherOptions?: tether.ITetherOptions;
}
@@ -37,6 +38,7 @@ declare module drop {
close(): void;
remove(): void;
toggle(): void;
isOpened(): boolean;
position(): void;
destroy(): void;
/*