Skip to content

Instantly share code, notes, and snippets.

@swinton
Created February 19, 2013 11:42
Show Gist options
  • Select an option

  • Save swinton/4985107 to your computer and use it in GitHub Desktop.

Select an option

Save swinton/4985107 to your computer and use it in GitHub Desktop.
Add Ember-data to JSBin.com's libraries.
libraries.add({
text: 'My libraries',
requires: '//cdnjs.cloudflare.com/ajax/libs/ember.js/1.0.0-rc.1/ember.js', // optional
scripts: [
{ text: 'Ember Data 0.8.0', url: '//cdnjs.cloudflare.com/ajax/libs/ember-data.js/0.8.0-latest20121123/ember-data-latest.min.js' }
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment