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

Commit

Permalink
examples fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper authored and Jasper committed Nov 20, 2013
1 parent 2451d78 commit 1ebcb9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: default
title: PhysicsJS Examples
---

# PhysicsJS Examples

* [Showcase](./showcase.html)
* [Google Gravity](./google-gravity.html)
* [Spaceship Game](./spaceship)
Expand Down
2 changes: 1 addition & 1 deletion examples/satnav.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="header"><a href="http://wellcaffeinated.net/PhysicsJS">Physics<span>J
},[
'jquery',
'physicsjs',
'./Satnav',
'./satnav',
'./demo-mouse-events',
'./sims/simple',
'./sims/newtonian',
Expand Down
2 changes: 1 addition & 1 deletion examples/spaceship/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require(
baseUrl: './',
packages: [{
name: 'physicsjs',
location: '../../dist/',
location: 'http://wellcaffeinated.net/PhysicsJS/assets/scripts/vendor/physicsjs-0.5.2/',
main: 'physicsjs-0.5.2.min'
}]
},
Expand Down

0 comments on commit 1ebcb9b

Please sign in to comment.