Skip to content

Commit

Permalink
Removed errors and redundant bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
slai committed Jul 24, 2009
1 parent ab064f0 commit 2153d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/netusage/config/WidgetParameters.as
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class netusage.config.WidgetParameters
{
var xml:XML = new XML();
xml["target"] = WidgetParameters;
//xml.callback = callback;

xml.onLoad = function (success:Boolean)
{
this.target.gotWidgetParameters(callback, this, success);
Expand Down Expand Up @@ -72,7 +72,6 @@ class netusage.config.WidgetParameters
xml.firstChild.appendChild(widgetParametersNode);

var curParameterNode:XMLNode = null;
var cur
for (var i in parameters)
{
curParameterNode = xml.createElement("widget_parameter");
Expand Down

0 comments on commit 2153d41

Please sign in to comment.