Skip to content

Commit

Permalink
Merge pull request #794 from ColinEberhardt/yui-add-library
Browse files Browse the repository at this point in the history
Added YUI library to the repo
  • Loading branch information
addyosmani committed Jan 24, 2014
2 parents 9a267f0 + 0589bce commit c5c1a78
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion architecture-examples/yui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>todos</h1>
{{/if}}
</script>
<script src="bower_components/todomvc-common/base.js"></script>
<script src="http://yui.yahooapis.com/3.11.0/build/yui/yui-min.js"></script>
<script src="js/lib/yui-3.11.0/yui-min.js"></script>
<script>
YUI({
groups: {
Expand Down
Loading

0 comments on commit c5c1a78

Please sign in to comment.