This commit is contained in:
Per Kastman
2015-10-04 15:25:44 +02:00
parent 1c1d000362
commit 10c7ec397f
+1 -1
View File
@@ -104,8 +104,8 @@ declare module jQueryCropBox {
*/
remove(): void;
}
}
interface JQuery {
cropbox(params?: jQueryCropBox.CropboxOptions): jQueryCropBox.Cropbox
}