Skip to content

Commit

Permalink
Merge pull request #1729 from marc-sabates-gelpi/dropzone-5.5.0-1
Browse files Browse the repository at this point in the history
[dropzone] Add missed externs
  • Loading branch information
Deraen committed Oct 9, 2018
2 parents 62a14a9 + 967388e commit e1856ff
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dropzone/build.boot
Expand Up @@ -5,7 +5,7 @@
(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "5.5.0")
(def +version+ (str +lib-version+ "-0"))
(def +version+ (str +lib-version+ "-1"))

(task-options!
pom {:project 'cljsjs/dropzone
Expand Down
58 changes: 56 additions & 2 deletions dropzone/resources/cljsjs/dropzone/common/dropzone.ext.js
Expand Up @@ -34,8 +34,62 @@ Dropzone.prototype = {
"_processingThumbnail": function () {},
"_thumbnailQueue": function () {},
"defaultOptions": function () {},
"events": function () {}
"events": function () {},
"getAcceptedFiles": function () {},
"getRejectedFiles": function () {},
"getFilesWithStatus": function () {},
"getQueuedFiles": function () {},
"getUploadingFiles": function () {},
"getAddedFiles": function () {},
"getActiveFiles": function () {},
"init": function () {},
"destroy": function () {},
"updateTotalUploadProgress": function () {},
"_getParamName": function () {},
"_renameFile": function () {},
"getFallbackForm": function () {},
"getExistingFallback": function () {},
"setupEventListeners": function () {},
"removeEventListeners": function () {},
"disable": function () {},
"enable": function () {},
"filesize": function () {},
"_updateMaxFilesReachedClass": function () {},
"drop": function () {},
"paste": function () {},
"handleFiles": function () {},
"_addFilesFromItems": function () {},
"_addFilesFromDirectory": function () {},
"accept": function () {},
"addFile": function () {},
"enqueueFiles": function () {},
"enqueueFile": function () {},
"_enqueueThumbnail": function () {},
"_processThumbnailQueue": function () {},
"removeFile": function () {},
"removeAllFiles": function () {},
"resizeImage": function () {},
"createThumbnail": function () {},
"createThumbnailFromUrl": function () {},
"processQueue": function () {},
"processFile": function () {},
"processFiles": function () {},
"_getFilesWithXhr": function () {},
"cancelUpload": function () {},
"resolveOption": function () {},
"uploadFile": function () {},
"uploadFiles": function () {},
"_getChunk": function () {},
"_uploadData": function () {},
"_transformFiles": function () {},
"_addFormElementData": function () {},
"_updateFilesUploadProgress": function () {},
"_finishedUploading": function () {},
"_handleUploadError": function () {},
"submitRequest": function () {},
"_finished": function () {},
"_errorProcessing": function () {}
};
/**********************************************************************
* End Generated Extern for Dropzone
/**********************************************************************/
/**********************************************************************/

0 comments on commit e1856ff

Please sign in to comment.