Chromium Code Reviews| Index: chrome/browser/resources/bookmark_manager/js/main.js |
| diff --git a/chrome/browser/resources/bookmark_manager/js/main.js b/chrome/browser/resources/bookmark_manager/js/main.js |
| index a565e029f5bc80a2d13122dc95f5865ff3fe6569..ea736117dd8ddee7e49c8550796bc3f6a36d2c2b 100644 |
| --- a/chrome/browser/resources/bookmark_manager/js/main.js |
| +++ b/chrome/browser/resources/bookmark_manager/js/main.js |
| @@ -3,6 +3,8 @@ |
| // found in the LICENSE file. |
| (function() { |
| + 'use strict'; |
|
Dan Beam
2015/05/04 16:39:26
nit: same indent as... the rest of the code (no ad
Deepak
2015/05/05 03:53:56
Done.
|
| + |
| /** @const */ var BookmarkList = bmm.BookmarkList; |
| /** @const */ var BookmarkTree = bmm.BookmarkTree; |
| /** @const */ var Command = cr.ui.Command; |