Skip to content

Commit 07f03ed

Browse files
authored
typo in error message
1 parent c379d98 commit 07f03ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartcrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
var smartcrop = {};
3131
// Promise implementation to use
3232
smartcrop.Promise = typeof Promise !== 'undefined' ? Promise : function() {
33-
throw new Error('No native promises and smartcrop.promise not set.');
33+
throw new Error('No native promises and smartcrop.Promise not set.');
3434
};
3535

3636
smartcrop.DEFAULTS = {

0 commit comments

Comments
 (0)