Skip to content

Commit

Permalink
Add missing argument doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jensarps committed Mar 21, 2013
1 parent b1e22eb commit 28b48a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css-shader.js
Expand Up @@ -162,9 +162,9 @@
},

/**
* Takes a node by reference or id and uses it to apply the shader to.
* Takes a node by reference or id and uses it to apply the shaders to.
*
* @param {HTMLElement|String} nodeOrId
* @param {HTMLElement|String} nodeOrId A node reference or node id
*/
setRenderTarget: function(nodeOrId){
this.renderTarget = this._getNode(nodeOrId);
Expand Down Expand Up @@ -242,5 +242,4 @@

return CSSShader;


}, this);

0 comments on commit 28b48a9

Please sign in to comment.