Skip to content

Commit

Permalink
Merge pull request #26 from sorvell/1b054f9b3be900d2e982768c9caf57373…
Browse files Browse the repository at this point in the history
…abc0c5e

g-component: fix typo
  • Loading branch information
frankiefu committed Oct 29, 2012
2 parents d34e93b + 1b054f9 commit b4fc5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g-component.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
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;
Expand Down

0 comments on commit b4fc5f9

Please sign in to comment.