mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Fix typo: skiped -> skipped
This commit is contained in:
parent
3c14d8c96d
commit
1c9d7dd57d
@ -31,7 +31,7 @@ module.exports = (I, cb, file = null) => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
cropper.on('skiped', () => {
|
cropper.on('skipped', () => {
|
||||||
set(file);
|
set(file);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -31,7 +31,7 @@ module.exports = (I, cb, file = null) => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
cropper.on('skiped', () => {
|
cropper.on('skipped', () => {
|
||||||
set(file);
|
set(file);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.skip = () => {
|
this.skip = () => {
|
||||||
this.trigger('skiped');
|
this.trigger('skipped');
|
||||||
this.refs.window.close();
|
this.refs.window.close();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user