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

Side by Side Diff: tracing/tracing/ui/base/polymer_preload.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « tracing/tracing/ui/base/overlay_test.html ('k') | tracing/tracing/ui/base/quad_stack_view.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <script> 7 <script>
8 'use strict'; 8 'use strict';
9 9
10 // Force Polymer into native shadowDom mode 10 // Force Polymer into native shadowDom mode
11 if (window.Polymer) 11 if (window.Polymer) {
12 throw new Error('Cannot proceed. Polymer already present.'); 12 throw new Error('Cannot proceed. Polymer already present.');
13 }
13 window.Polymer = {}; 14 window.Polymer = {};
14 window.Polymer.dom = 'shadow'; 15 window.Polymer.dom = 'shadow';
15 </script> 16 </script>
OLDNEW
« no previous file with comments | « tracing/tracing/ui/base/overlay_test.html ('k') | tracing/tracing/ui/base/quad_stack_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698