You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
The pattern of creating properties in
created
does not work with polymer's data binding system.For example, if you defined a
<dom-module>
and data-bound totolerance
, the console would throw an error in the console sayingthis
is undefined.Instead, properties should be setup in
properties
:The setup currently works because you didn't use data binding features in the DOM.
Example: http://jsbin.com/mugewudime/edit?html,output
The text was updated successfully, but these errors were encountered: