Skip to content

Commit

Permalink
Merge pull request #65 from Vegekou/patch-1
Browse files Browse the repository at this point in the history
Update UrdfBox.js
  • Loading branch information
rctoris committed Feb 13, 2014
2 parents ea9c9a4 + cdb7bc7 commit effb20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urdf/UrdfBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ROSLIB.UrdfBox = function(options) {
* @param xml - the XML element to parse
*/
var initXml = function(xml) {
this.type = ROSLIB.URDF_BOX;
that.type = ROSLIB.URDF_BOX;

// Parse the string
var xyz = xml.getAttribute('size').split(' ');
Expand Down

0 comments on commit effb20c

Please sign in to comment.