File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1754,14 +1754,14 @@ Phaser.Loader.prototype = {
17541754 } ,
17551755
17561756 /**
1757- * Add a synchronization point to the assets/ files added within the supplied callback.
1757+ * Add a synchronization point to the assets / files added within the supplied callback.
17581758 *
17591759 * A synchronization point denotes that an asset _must_ be completely loaded before
17601760 * subsequent assets can be loaded. An asset marked as a sync-point does not need to wait
17611761 * for previous assets to load (unless they are sync-points). Resources, such as packs, may still
17621762 * be downloaded around sync-points, as long as they do not finalize loading.
17631763 *
1764- * @method Phaser.Loader#withSyncPoints
1764+ * @method Phaser.Loader#withSyncPoint
17651765 * @param {function } callback - The callback is invoked and is supplied with a single argument: the loader.
17661766 * @param {object } [callbackContext=(loader)] - Context for the callback.
17671767 * @return {Phaser.Loader } This Loader instance.
You can’t perform that action at this time.
0 commit comments