Created
February 21, 2012 22:48
-
-
Save joubertnel/1879584 to your computer and use it in GitHub Desktop.
legacy string concat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style: function() { | |
return 'top: ' + this.get('top') + 'px; left: ' + this.get('left') +'px; background: rgb(0,0,' + this.get('color') + ');'; | |
}.property('top', 'left', 'color') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment