Browse Source

Remove wrong closing parenthesis

pull/395/head
Jairo Llopis 8 years ago
committed by GitHub
parent
commit
73bdec2dfd
  1. 2
      web_widget_image_download/static/src/js/web_widget_image_download.js

2
web_widget_image_download/static/src/js/web_widget_image_download.js

@ -36,4 +36,4 @@ openerp.web_widget_image_download = function (instance) {
return this.imgSrc != this.placeholder;
},
});
});
};
Loading…
Cancel
Save