Revert "Fix a GIF bug ... again"

This reverts commit f9b07b29a9.
This commit is contained in:
juliandescottes 2015-05-18 11:47:48 +02:00
parent f9b07b29a9
commit 1beeb8d6e4
4 changed files with 4 additions and 6 deletions

View File

@ -94,7 +94,7 @@
};
ns.GifExportController.prototype.updatePreview_ = function (src) {
this.previewContainerEl.innerHTML = '<div><img style="max-width:32px;" src="' + src + '"/></div>';
this.previewContainerEl.innerHTML = '<div><img style="max-width:32px;"src="' + src + '"/></div>';
};
ns.GifExportController.prototype.getZoom_ = function () {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long