Skip to content

Commit

Permalink
refine annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
holycanvas committed May 14, 2020
1 parent 766a07f commit 52a7339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos2d/core/asset-manager/CCAssetManager.js
Expand Up @@ -638,7 +638,7 @@ AssetManager.prototype = {
* @method loadBundle
* @param {string} root - The root path of bundle
* @param {Object} [options] - Some optional paramter, same like downloader.downloadFile
* @param {string} [options.version] - The version of this bundle, you can check config.json in this bundle
* @param {string} [options.version] - The version of this bundle
* @param {Function} [onComplete] - Callback when bundle loaded or failed
* @param {Error} onComplete.err - The occurred error, null indicetes success
* @param {Bundle} onComplete.bundle - The loaded bundle
Expand Down

0 comments on commit 52a7339

Please sign in to comment.