We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c379d98 commit 07f03edCopy full SHA for 07f03ed
smartcrop.js
@@ -30,7 +30,7 @@
30
var smartcrop = {};
31
// Promise implementation to use
32
smartcrop.Promise = typeof Promise !== 'undefined' ? Promise : function() {
33
- throw new Error('No native promises and smartcrop.promise not set.');
+ throw new Error('No native promises and smartcrop.Promise not set.');
34
};
35
36
smartcrop.DEFAULTS = {
0 commit comments