-
+
{{label}}
@@ -165,7 +165,7 @@
this.tipElement = null;
for (var i = 0, el; el = this.$.c.getDistributedNodes()[i]; ++i) {
- if (el.hasAttribute && el.hasAttribute('tip')) {
+ if (el.hasAttribute && el.hasAttribute(this.tipAttribute)) {
this.tipElement = el;
break;
}
diff --git a/demo.html b/demo.html
index 75a7acf..7ea6aea 100644
--- a/demo.html
+++ b/demo.html
@@ -1,6 +1,6 @@