Skip to content

Commit

Permalink
Merge branch 'master' of github.com:playcanvas/engine
Browse files Browse the repository at this point in the history
  • Loading branch information
daredevildave committed Jul 22, 2015
2 parents 9284fd8 + 9285202 commit 41c1cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.169.14
0.170.0-dev
2 changes: 1 addition & 1 deletion src/scene/scene_graphnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pc.extend(pc, function () {

/**
* @function
* @name pc.GraphNode#findByPath
* @name pc.GraphNode#findByPath
* @description Get the first node found in the graph by its full path in the graph.
* The full path has this form 'parent/child/sub-child'. The search is depth first.
* @param {string} path The full path of the pc.GraphNode.
Expand Down

0 comments on commit 41c1cde

Please sign in to comment.