summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaznacheev@chromium.org <kaznacheev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 07:56:21 +0000
committerkaznacheev@chromium.org <kaznacheev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 07:56:21 +0000
commit7fdc1ab8c143496cc3662ce4f977f8788238f64e (patch)
treeedacf9a252740a780d18c5467e886d4fcff52a1f
parent4cbccc334d6beaec533a795434645212cd7ab3b9 (diff)
downloadchromium_src-7fdc1ab8c143496cc3662ce4f977f8788238f64e.zip
chromium_src-7fdc1ab8c143496cc3662ce4f977f8788238f64e.tar.gz
chromium_src-7fdc1ab8c143496cc3662ce4f977f8788238f64e.tar.bz2
Merge 176070
> Fix Mosaic view button in the Photo Editor > > BUG=169239 > > Review URL: https://codereview.chromium.org/11824060 TBR=kaznacheev@chromium.org Review URL: https://codereview.chromium.org/11979002 git-svn-id: svn://svn.chromium.org/chrome/branches/1364/src@177097 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/file_manager/js/photo/gallery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/file_manager/js/photo/gallery.js b/chrome/browser/resources/file_manager/js/photo/gallery.js
index 0f54cb3..173db3a 100644
--- a/chrome/browser/resources/file_manager/js/photo/gallery.js
+++ b/chrome/browser/resources/file_manager/js/photo/gallery.js
@@ -237,7 +237,7 @@ Gallery.prototype.initDom_ = function() {
var onThumbnailError = this.context_.onThumbnailError || function() {};
if (this.context_.allowMosaic) {
- this.modeButton_ = util.createChild(this.toolbar_, 'button mode');
+ this.modeButton_ = util.createChild(this.toolbar_, 'button mode', 'button');
this.modeButton_.addEventListener('click',
this.toggleMode_.bind(this, null));