Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennobel committed Mar 16, 2014
1 parent ed6cdd7 commit 580bb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/kick/core/Project.js
Expand Up @@ -14,7 +14,7 @@ define(["./Constants", "./ResourceDescriptor", "kick/material/Shader", "./Util",
* (Note for built-in kickjs assets, this happens automatically when the objects are constructed).
* @example
* // load shader
* var shader = engine.project.load(engine.project.ENGINE\_SHADER\_DIFFUSE);
* var shader = engine.project.load(engine.project.ENGINE_SHADER_DIFFUSE);
* @class Project
* @namespace kick.core
* @constructor
Expand Down

0 comments on commit 580bb65

Please sign in to comment.