Skip to content

Commit a8951bb

Browse files
authored
Small correction for images.removed event
1 parent 500a355 commit a8951bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h2>Sample 3: Save to disk with custom validation: Images must be squares (width
257257
imageManagerDeleteMethod: "POST",
258258
events : {
259259
// Catch image removal from the editor.
260-
'image.removed': function (e, editor, $img) {
260+
'image.removed': function ($img) {
261261
$.ajax({
262262
// Request method.
263263
method: "POST",

0 commit comments

Comments
 (0)