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

Unified Diff: elements/viewer-button/viewer-button.html

Issue 137703012: Run PRESUBMIT checks over existing files in html-office-public (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | elements/viewer-toolbar/viewer-toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elements/viewer-button/viewer-button.html
diff --git a/elements/viewer-button/viewer-button.html b/elements/viewer-button/viewer-button.html
index aec77e3e6b51c9a5f92267afa2fe3391beec900a..38bf194dacb39bd1d756358610c1c1dea629397b 100644
--- a/elements/viewer-button/viewer-button.html
+++ b/elements/viewer-button/viewer-button.html
@@ -1,10 +1,10 @@
<polymer-element name="viewer-button" attributes="src latchable">
- <template>
- <link rel="stylesheet" href="viewer-button.css">
- <div id="icon"></div>
- </template>
- <script>
- (function() {
+<template>
+ <link rel="stylesheet" href="viewer-button.css">
+ <div id="icon"></div>
+</template>
+<script>
+ (function() {
var dpi = '';
Polymer('viewer-button', {
@@ -20,7 +20,7 @@
if (this.src) {
this.$.icon.style.backgroundImage =
'url(' + this.getAttribute('assetpath') + 'img/' + dpi +
- 'DPI/' + this.src + ')';
+ 'DPI/' + this.src + ')';
} else {
this.$.icon.style.backgroundImage = '';
}
@@ -32,6 +32,6 @@
this.classList.remove('latchable');
},
});
- })();
- </script>
+ })();
+</script>
</polymer-element>
« no previous file with comments | « no previous file | elements/viewer-toolbar/viewer-toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698