8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b251c8 commit 1a093d7Copy full SHA for 1a093d7
src/gamejs.js
@@ -6,11 +6,9 @@ var Callback = require('./gamejs/utils/callback').Callback;
6
* @fileoverview `gamejs.ready()` is maybe the most important function as it kickstarts your app:
7
*
8
* var gamejs = require('gamejs');
9
-
10
- *
11
- ready(function() {
+ * ready(function() {
12
* gamejs.log('I am ready!')
13
- * })
+ * });
14
15
* If you use images or sounds preload all assets with `gamejs.preload(['./files/foo.png'])` before calling `ready()`.
16
0 commit comments