Skip to content

Commit

Permalink
Spellchecking
Browse files Browse the repository at this point in the history
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent c2e0c23 commit 940976a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/render/Render.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var Render = {};
/**
* Creates a new renderer. The options parameter is an object that specifies any properties you wish to override the defaults.
* All properties have default values, and many are pre-calculated automatically based on other properties.
* See the properites section below for detailed information on what you can pass via the `options` object.
* See the properties section below for detailed information on what you can pass via the `options` object.
* @method create
* @param {object} [options]
* @return {render} A new renderer
Expand Down Expand Up @@ -88,7 +88,7 @@ var Render = {};
* @param {render} render
*/
Render.clear = function(render) {
// nothing required to clear this renderer implentation
// nothing required to clear this renderer implementation
// if a scene graph is required, clear it here (see RenderPixi.js)
};

Expand Down

0 comments on commit 940976a

Please sign in to comment.