This commit is contained in:
Per Kastman
2015-10-07 02:36:56 +09:00
committed by vvakame
parent b6d12c4ec8
commit 06ae9af61f
+1 -1
View File
@@ -104,8 +104,8 @@ declare module jQueryCropBox {
*/
remove(): void;
}
}
interface JQuery {
cropbox(params?: jQueryCropBox.CropboxOptions): jQueryCropBox.Cropbox
}