Add module declaration for SimpleModal.

This commit is contained in:
Friedrich von Never
2014-12-04 22:51:56 +06:00
parent 5dd40108b9
commit fb839f6f0d
+5
View File
@@ -116,3 +116,8 @@ interface JQueryStatic {
interface JQuery {
modal: SimpleModal.JQueryExtension;
}
/** Ambient wrapper so it can be loaded through require. */
declare module 'simplemodal' {
export = SimpleModal;
}