diff options
author | Sheogorath | 2018-03-18 03:01:10 +0100 |
---|---|---|
committer | Sheogorath | 2018-03-18 03:10:37 +0100 |
commit | 41bf7cc52faff91efa9303e29fae631f5c1a1476 (patch) | |
tree | 5425154df973013024e6b7aeebe3985d4142beca /public/vendor | |
parent | 9cbe03d8a8eb503170b7b481e97c37d66447dd37 (diff) |
Fix typo in vedor extension
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/vendor')
-rw-r--r-- | public/vendor/inlineAttachment/inline-attachment.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/inlineAttachment/inline-attachment.js b/public/vendor/inlineAttachment/inline-attachment.js index d9503d62..e927c428 100644 --- a/public/vendor/inlineAttachment/inline-attachment.js +++ b/public/vendor/inlineAttachment/inline-attachment.js @@ -131,7 +131,7 @@ * Extension which will be used when a file extension could not * be detected */ - defualtExtension: 'png', + defaultExtension: 'png', /** * JSON field which refers to the uploaded file URL @@ -220,7 +220,7 @@ xhr = new XMLHttpRequest(), id = id, settings = this.settings, - extension = settings.defualtExtension; + extension = settings.defaultExtension; if (typeof settings.setupFormData === 'function') { settings.setupFormData(formData, file); |