Index: chrome/browser/resources/ntp4/dot_list.js |
diff --git a/chrome/browser/resources/ntp4/dot_list.js b/chrome/browser/resources/ntp4/dot_list.js |
index 779dcdaf5d976f605010c7a060a559b3665fd307..df9c0d377891068b9ae219be0a20a83e98d5c044 100644 |
--- a/chrome/browser/resources/ntp4/dot_list.js |
+++ b/chrome/browser/resources/ntp4/dot_list.js |
@@ -73,7 +73,5 @@ cr.define('ntp', function() { |
} |
}; |
- return { |
- DotList: DotList |
- }; |
+ return {DotList: DotList}; |
}); |