Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
afustePTC committed Mar 25, 2021
1 parent a96ea94 commit 6628010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/objectDefaultFiles/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,8 @@
* @param type - required.
*/
this.createTool = function(name, type) {

console.log('Create new pathpoint tool: ', name, type);

if (typeof name === 'undefined' || typeof type === 'undefined') {
console.error('createTool must specify a name and a type');
Expand Down

0 comments on commit 6628010

Please sign in to comment.