Created
January 5, 2010 01:17
-
-
Save JustinTulloss/269057 to your computer and use it in GitHub Desktop.
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
| this.neilYoungModel = { items : [ | |
| {data:"On The Beach", year:"1974"}, | |
| {data:"Tonight's The Night", year:"1975"}, | |
| {data:"Harvest", year:"1972"}, | |
| {data:"Greendale", year:"2003"}, | |
| {data:"Broken Arrow", year:"1996"}, | |
| {data:"Everybody Knows...", year:"1969"}, | |
| {data:"Zuma", year:"1975"}, | |
| {data:"Unplugged", year:"1993"}, | |
| {data:"Harvest Moon", year:"1992"} | |
| ] | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment