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

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

Issue 12212187: [Cleanup] Files.app: Misc style fixes in Javascript code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/file_manager.js
diff --git a/chrome/browser/resources/file_manager/js/file_manager.js b/chrome/browser/resources/file_manager/js/file_manager.js
index 48ce79039e6caa50245cde827dbb913587259fa9..ca6334c08d55e99c1a4c1508293911655ab65a04 100644
--- a/chrome/browser/resources/file_manager/js/file_manager.js
+++ b/chrome/browser/resources/file_manager/js/file_manager.js
@@ -17,9 +17,9 @@ window.onerror = function() { JSErrorCount++ };
* dialogs, as well as the full screen file manager application (though the
* latter is not yet implemented).
*
- * @constructor
* @param {HTMLElement} dialogDom The DOM node containing the prototypical
* dialog UI.
+ * @constructor
*/
function FileManager(dialogDom) {
this.dialogDom_ = dialogDom;

Powered by Google App Engine
This is Rietveld 408576698