Created
February 19, 2013 11:42
-
-
Save swinton/4985107 to your computer and use it in GitHub Desktop.
Add Ember-data to JSBin.com's libraries.
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
| 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