Skip to content
Snippets Groups Projects
Commit 2a3e6c13 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: skiped -> skipped

parent 68e7e70d
No related branches found
No related tags found
No related merge requests found
......@@ -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();
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment