Skip to content

Commit

Permalink
ax5uploader uploadedBox, onuploaded ..
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Dec 18, 2016
1 parent b0d5d56 commit d5a2361
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/ax5modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

UI.addClass({
className: "modal",
version: "1.3.53"
version: "${VERSION}"
}, function () {
/**
* @class ax5modal
Expand Down Expand Up @@ -393,7 +393,6 @@
this.open = function (opts, callback) {
if (!this.activeModal) {
opts = self.modalConfig = jQuery.extend(true, {}, cfg, opts);
console.log(opts.disableDrag);
open.call(this, opts, callback);
}
return this;
Expand Down
Loading

0 comments on commit d5a2361

Please sign in to comment.