Skip to content

Commit

Permalink
removed text from experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Newcome committed Apr 13, 2012
1 parent 0d62132 commit 6531144
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions experimental.js
Expand Up @@ -146,17 +146,6 @@ Donatello.prototype.stop = function( time, attrs ) {
this.attr( {'MozTransition':''});
}

/**
* Draw text to the scene using a <div> tag.
*/
Donatello.prototype.text = function( x, y, str, a ) {
var el = Donatello.createElement( x, y, null, null, 'div');
el.innerHTML = str;
this.dom.appendChild( el );
var don = new Donatello( el );
don.attr( a );
return don;
}

/**
* Draw an image to the scene using an <img> tag.
Expand Down

0 comments on commit 6531144

Please sign in to comment.