Fix typo: skiped -> skipped
This commit is contained in:
parent
68e7e70dbf
commit
2a3e6c13e5
@ -31,7 +31,7 @@ module.exports = (I, cb, file = null) => {
|
||||
});
|
||||
});
|
||||
|
||||
cropper.on('skiped', () => {
|
||||
cropper.on('skipped', () => {
|
||||
set(file);
|
||||
});
|
||||
};
|
||||
|
@ -31,7 +31,7 @@ module.exports = (I, cb, file = null) => {
|
||||
});
|
||||
});
|
||||
|
||||
cropper.on('skiped', () => {
|
||||
cropper.on('skipped', () => {
|
||||
set(file);
|
||||
});
|
||||
};
|
||||
|
@ -182,7 +182,7 @@
|
||||
};
|
||||
|
||||
this.skip = () => {
|
||||
this.trigger('skiped');
|
||||
this.trigger('skipped');
|
||||
this.refs.window.close();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user