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; |