Skip to content

Commit

Permalink
Fix parameter declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed May 15, 2017
1 parent a1f09d7 commit 6035e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sceneObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var sceneObject = function (arg) {
//////////////////////////////////////////////////////////////////////////////
/**
* Get/set parent of the object
* @param {?geo.sceneObject} parent
* @param {geo.sceneObject} [parent]
*/
//////////////////////////////////////////////////////////////////////////////
this.parent = function (arg) {
Expand Down

0 comments on commit 6035e30

Please sign in to comment.