Skip to content

Commit

Permalink
made Cell#getValue work
Browse files Browse the repository at this point in the history
Change-Id: Ic2450c5f03a4eff047af33d0cc07a5baea18798a
Reviewed-on: http://review.northscale.com/1243
Reviewed-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
Tested-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
  • Loading branch information
Aliaksey Kandratsenka authored and alk committed Jul 19, 2010
1 parent 4e1a639 commit 3c762ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/menelaus/priv/js/cells.js
Expand Up @@ -261,7 +261,7 @@ var Cell = mkClass({
if (this.value)
body(this.value);
else
this.subscribeOnce(function (self) {
this.changedSlot.subscribeOnce(function (self) {
body(self.value);
});
},
Expand Down

0 comments on commit 3c762ac

Please sign in to comment.