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 f1494c6 commit fbc86acCopy full SHA for fbc86ac
README.md
@@ -180,7 +180,7 @@ $('.dropify').dropify({
180
'remove': 'Remove',
181
'error': 'Ooops, something wrong happended.'
182
}
183
-}
+});
184
```
185
186
@@ -196,7 +196,7 @@ $('.dropify').dropify({
196
'maxHeight': 'The image height is too big ({{ value }}px max).',
197
'imageFormat': 'The image format is not allowed ({{ value }} only).'
198
199
200
201
202
@@ -214,7 +214,7 @@ $('.dropify').dropify({
214
errorLine: '<p class="dropify-error">{{ error }}</p>',
215
errorsContainer: '<div class="dropify-errors-container"><ul></ul></div>'
216
217
218
219
220
0 commit comments