Fix bug in viewer.

This commit is contained in:
Julia Radzhabova 2017-08-07 17:10:03 +03:00
parent 5e2ef96d8a
commit 919cd331d5

View file

@ -256,7 +256,7 @@ define([
if ( !mode.isEdit ) {
if ( me.btnDownload ) {
me.btnDownload.updateHint(me.tipDowload);
me.btnDownload.updateHint(me.tipDownload);
me.btnDownload.on('click', function (e) {
me.fireEvent('downloadas', ['original']);
});