Skip to content

Commit

Permalink
Fixed asset.type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalpias committed Jul 23, 2015
1 parent 494e200 commit 3f015db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asset/asset_asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pc.extend(pc, function () {
* See the {@link pc.AssetRegistry} for details on loading resources from assets.
* @property {String} name The name of the asset
* @property {Number} id The asset id
* @property {String} type The type of the asset. One of ["animation", "audio", "image", "json", "material", "model", "text", "texture", "cubemap"]
* @property {String} type The type of the asset. One of ["animation", "audio", "image", "json", "material", "model", "text", "texture", "cubemap", "html", "css"]
* @property {Object} file The file details or null if no file
* @property {String} [file.url] The URL of the resource file that contains the asset data
* @property {String} [file.filename] The filename of the resource file
Expand Down

0 comments on commit 3f015db

Please sign in to comment.