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

Unified Diff: ui/file_manager/video_player/js/error_util.js

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/image_loader/image_loader.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/video_player/js/error_util.js
diff --git a/ui/file_manager/video_player/js/error_util.js b/ui/file_manager/video_player/js/error_util.js
index fedf9f534b66a2717cbbba9cb803e471c3698702..4bbe2eb22f43b83b4f5e6a09b06af7946168ce49 100644
--- a/ui/file_manager/video_player/js/error_util.js
+++ b/ui/file_manager/video_player/js/error_util.js
@@ -22,7 +22,7 @@ window.onerror = function() { window.JSErrorCount++; };
* - Bind this object
*
* @param {Object} thisObject Object to be used as this.
- * @return {function} Wapped function.
+ * @return {function} Wrapped function.
*/
Function.prototype.wrap = function(thisObject) {
var func = this;
« no previous file with comments | « ui/file_manager/image_loader/image_loader.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698