Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: ui/file_manager/gallery/js/image_editor/image_editor.js

Issue 465333005: Gallery.app: Handles readonly volumes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/gallery/js/gallery_item.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/image_editor/image_editor.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_editor.js b/ui/file_manager/gallery/js/image_editor/image_editor.js
index 618d732cc26d4e1e60787dd5d63f0e7800c0c707..f9f5db4ee511d9f1c9f41710e0bef65617c5fafb 100644
--- a/ui/file_manager/gallery/js/image_editor/image_editor.js
+++ b/ui/file_manager/gallery/js/image_editor/image_editor.js
@@ -1148,8 +1148,7 @@ ImageEditor.Prompt.prototype.show = function(text, timeout, var_formatArgs) {
ImageEditor.Prompt.prototype.showAt = function(
pos, text, timeout, var_formatArgs) {
var args = [text].concat(Array.prototype.slice.call(arguments, 3));
- var message = this.displayStringFunction_.apply(
- null, [text].concat(args));
+ var message = this.displayStringFunction_.apply(null, args);
this.showStringAt(pos, message, timeout);
};
« no previous file with comments | « ui/file_manager/gallery/js/gallery_item.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698