X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.Image.js;fp=Pman.Dialog.Image.js;h=44df2c4a86eb50348c6fd2d9062f85c3c1859c62;hb=ac435a8a88eeb4b86dbe47192971f9489548afe3;hp=50a667bffbc4cd05c5d0f65b4eb082c389042d9b;hpb=be4da2a77709353de0e031cb17418d0ce904eea2;p=Pman.Core diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index 50a667bf..44df2c4a 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -37,7 +37,7 @@ Pman.Dialog.Image = { this.callback = cb; this.data = data; - this.dialog.show(this.data._el); + this.dialog.show.apply(this.dialog, Array.prototype.slice.call(arguments).slice(2)); if (this.form) { this.form.reset(); this.form.setValues(data);