Skip to content

Instantly share code, notes, and snippets.

@kaievns
Created June 26, 2012 12:32
Show Gist options
  • Save kaievns/2995565 to your computer and use it in GitHub Desktop.
Save kaievns/2995565 to your computer and use it in GitHub Desktop.
data: function() {
return {
trend : this.model.trend,
subtrend : this.model,
next_subtrend : this.model.nextSubtrend(),
next_trend : this.model.trend.nextTrend()
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment