Skip to content

Commit

Permalink
return this!
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Jan 12, 2011
1 parent 77d9566 commit f00ad4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/ART.SVG.js
Expand Up @@ -102,6 +102,7 @@ ART.SVG.Element = new Class({
element.insertBefore(title, element.firstChild);
}
}
return this;
}

});
Expand Down
1 change: 1 addition & 0 deletions Source/ART.VML.js
Expand Up @@ -144,6 +144,7 @@ ART.VML.Element = new Class({
indicate: function(cursor, tooltip){
if (cursor) this.element.style.cursor = cursor;
if (tooltip) this.element.title = tooltip;
return this;
}

});
Expand Down

0 comments on commit f00ad4a

Please sign in to comment.