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

Unified Diff: chrome/browser/resources/file_manager/js/photo/gallery.js

Issue 12560002: Change var blah_blah -> blahBlah. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
Index: chrome/browser/resources/file_manager/js/photo/gallery.js
diff --git a/chrome/browser/resources/file_manager/js/photo/gallery.js b/chrome/browser/resources/file_manager/js/photo/gallery.js
index 5a453074cc7376647b2cefe2a18a9b7bcc39dc95..f0a8adc98e909ca596400676958e660c389c8fd3 100644
--- a/chrome/browser/resources/file_manager/js/photo/gallery.js
+++ b/chrome/browser/resources/file_manager/js/photo/gallery.js
@@ -855,8 +855,8 @@ Gallery.prototype.updateShareMenu_ = function() {
var internalId = util.platform.getAppId();
function isShareAction(task) {
- var task_parts = task.taskId.split('|');
- return task_parts[0] != internalId;
+ var taskParts = task.taskId.split('|');
+ return taskParts[0] != internalId;
}
var api = Gallery.getFileBrowserPrivate();
« no previous file with comments | « chrome/browser/resources/file_manager/js/media/media_controls.js ('k') | chrome/browser/resources/gesture_config.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698