Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created March 11, 2011 15:07
Show Gist options
  • Save gmoeck/865986 to your computer and use it in GitHub Desktop.
Save gmoeck/865986 to your computer and use it in GitHub Desktop.
layout: function() {
var something = this.get('content');
return {top: something.get('row') * 100, left: something.get('column') * 100, height: 100, width: 100};
}.property('content').cacheable()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment