Index: ui/webui/resources/js/cr/ui/focus_row.js |
diff --git a/ui/webui/resources/js/cr/ui/focus_row.js b/ui/webui/resources/js/cr/ui/focus_row.js |
index 36b5865440638f81496d980145acb7e65bc95ead..652b0353f61a2ab23e4fb8dda774747ac55322f6 100644 |
--- a/ui/webui/resources/js/cr/ui/focus_row.js |
+++ b/ui/webui/resources/js/cr/ui/focus_row.js |
@@ -126,7 +126,9 @@ cr.define('cr.ui', function() { |
}, |
/** Dereferences nodes and removes event handlers. */ |
- destroy: function() { this.eventTracker.removeAll(); }, |
+ destroy: function() { |
+ this.eventTracker.removeAll(); |
+ }, |
/** |
* @param {!Element} sampleElement An element for to find an equivalent for. |