Skip to content

Commit

Permalink
fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
ippa committed Mar 5, 2013
1 parent 52789fb commit 1da4217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jaws.Assets = function Assets() {
* It's called once per finished asset with a single argument, percect (0-100) of the total assets finished.
*
* If you want to paint your own loading screen:
* jaws.assets.displayProgress = function(percent_done) { /* your elite code */ }
* jaws.assets.displayProgress = function(percent_done) { ... your elite code ... }
*/
this.displayProgress = function(percent_done) {
if(!jaws.context) return;
Expand Down

0 comments on commit 1da4217

Please sign in to comment.