Skip to content

Commit 2efd9ef

Browse files
committed
window.console -> Polymer.Base (#27)
1 parent a2d9dfa commit 2efd9ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/PolymerElements/iron-demo-helpers",
2424
"ignore": [],
2525
"dependencies": {
26-
"polymer": "Polymer/polymer#^1.1.0",
26+
"polymer": "Polymer/polymer#^1.5.0",
2727
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
2828
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
2929
"paper-styles": "PolymerElements/paper-styles#^1.0.0",

demo-snippet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
this.$.copyButton.icon = 'done';
161161
} catch (err) {
162162
// Copy command is not available
163-
console.error(err);
163+
Polymer.Base._error(err);
164164
this.$.copyButton.icon = 'error';
165165
}
166166

0 commit comments

Comments
 (0)