Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Jun 2, 2014
1 parent 0b251c8 commit 1a093d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/gamejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ var Callback = require('./gamejs/utils/callback').Callback;
* @fileoverview `gamejs.ready()` is maybe the most important function as it kickstarts your app:
*
* var gamejs = require('gamejs');
*
ready(function() {
* ready(function() {
* gamejs.log('I am ready!')
* })
* });
*
* If you use images or sounds preload all assets with `gamejs.preload(['./files/foo.png'])` before calling `ready()`.
*
Expand Down

0 comments on commit 1a093d7

Please sign in to comment.