Skip to content

Commit effb20c

Browse files
committed
Merge pull request #65 from Vegekou/patch-1
Update UrdfBox.js
2 parents ea9c9a4 + cdb7bc7 commit effb20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urdf/UrdfBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ROSLIB.UrdfBox = function(options) {
2323
* @param xml - the XML element to parse
2424
*/
2525
var initXml = function(xml) {
26-
this.type = ROSLIB.URDF_BOX;
26+
that.type = ROSLIB.URDF_BOX;
2727

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

0 commit comments

Comments
 (0)