mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #26 from sorvell/1b054f9b3be900d2e982768c9caf57373abc0c5e
g-component: fix typo
This commit is contained in:
@@ -155,7 +155,7 @@ license that can be found in the LICENSE file.
|
||||
var bindProperty = function(inName, inValue) {
|
||||
if (inName in this) {
|
||||
// set default value in a property already bound via attrs
|
||||
setPropertySilently.call(this, inName, value);
|
||||
setPropertySilently.call(this, inName, inValue);
|
||||
} else {
|
||||
//console.log('binding', inName, this)
|
||||
var value = inValue;
|
||||
|
||||
Reference in New Issue
Block a user