Skip to content

Commit

Permalink
Fix documentation bug (Shader.lookupUniform property was named unifor…
Browse files Browse the repository at this point in the history
…mmap in documentation)
  • Loading branch information
mortennobel committed Mar 31, 2012
1 parent abf9d9a commit 1525679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/material.js
Expand Up @@ -604,7 +604,7 @@ KICK.namespace = function (ns_string) {
this.activeUniforms = new Array(activeUniforms);
/**
* Lookup of uniform based on name.
* @property uniformMap
* @property lookupUniform
* @type Object
*/
this.lookupUniform = {};
Expand Down

0 comments on commit 1525679

Please sign in to comment.