Skip to content

Commit

Permalink
Merge branch 'master' of github.com:feross/Fireflock
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonkim committed Nov 6, 2011
2 parents c2f0271 + 13dd774 commit 9d6aa4b
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/fireflock.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<file>js/libs/modernizr-2.0.6.min.js</file>
<file>js/stories/request.js</file>
<file>js/stories/youtube.js</file>
<file>js/identifyUser.js</file>
<file>js/plugins.js</file>
<file>js/script.js</file>
</qresource>
Expand Down
1 change: 1 addition & 0 deletions resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ <h1>Anon User 1</h1>

<script src="js/stories/request.js"></script>
<script src="js/stories/youtube.js"></script>
<script src="js/identifyUser.js"></script>

<script src="js/plugins.js"></script>
<script src="js/users.js"></script>
Expand Down
Loading

0 comments on commit 9d6aa4b

Please sign in to comment.