Merge pull request #534 from kingdango/master

jquery.noty: Bug fixes
This commit is contained in:
Boris Yankov
2013-05-09 13:12:11 -07:00
+3 -3
View File
@@ -13,7 +13,7 @@ interface NotyOptions {
dismissQueue?: bool;
template?: string;
animation?: NotyAnimationOptions;
timeout?: bool;
timeout?: number;
force?: bool;
modal?: bool;
closeWith?: Array;
@@ -37,7 +37,7 @@ interface NotyCallbackOptions {
interface NotyStatic {
(NotyOptions?);
(notyOptions: NotyOptions);
get(id: any);
close(id: any);
@@ -54,7 +54,7 @@ interface JQueryStatic {
declare var noty: {
(NotyOptions?);
(notyOptions: NotyOptions);
show();
close();