Skip to content

Commit

Permalink
Clean up SingleLineSearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 28, 2013
1 parent 37a9583 commit b9f6d62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/com/esri/viewer/components/SingleLineSearch.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@
{
if (configXML)
{
if (configXML.useproxy.length() > 0)
{
useProxy = configXML.useproxy == "true";
}
useProxy = configXML.useproxy[0] == "true";
const configZoomScale:Number = parseFloat(configXML.zoomscale[0]);
if (configZoomScale > 0)
Expand Down

0 comments on commit b9f6d62

Please sign in to comment.