Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #821 from ryanvarick/patch-1
Browse files Browse the repository at this point in the history
Update obtaining-emberjs-and-dependencies.md
  • Loading branch information
tomdale committed Sep 5, 2013
2 parents cee585b + c055c59 commit e343a26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ For this example, all of these resources should be stored in the folder `js/libs

```html
<!-- ... additional lines truncated for brevity ... -->
<script src="js/libs/jquery.min.js"></script>
<script src="js/libs/handlebars.js"></script>
<script src="js/libs/jquery-1.10.2.min.js"></script>
<script src="js/libs/handlebars-1.0.0.js"></script>
<script src="js/libs/ember.js"></script>
<script src="js/libs/ember-data.js"></script>
</body>
Expand Down

0 comments on commit e343a26

Please sign in to comment.