Merge pull request #26 from sorvell/1b054f9b3be900d2e982768c9caf57373abc0c5e

g-component: fix typo
This commit is contained in:
Frankie Fu
2012-10-29 15:54:39 -07:00

View File

@@ -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;