Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Updated Chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trippb committed Jul 3, 2009
1 parent 875c9cb commit a53164c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/charts/js/Chart.js
Expand Up @@ -470,15 +470,8 @@ YAHOO.extend(YAHOO.widget.Chart, YAHOO.util.AttributeProvider,
_loadHandler: function()
{
//the type is set separately because it must be first!
try
{

this._swf.setType(this._type);
}
catch(e)
{
alert(e);
}


//set initial styles
if(this._attributes.style)
Expand Down

0 comments on commit a53164c

Please sign in to comment.