Skip to content

Commit

Permalink
Move SingleLineSearch into components package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 26, 2013
1 parent 4b7b547 commit 0b77d55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/widgets/HeaderController/HeaderControllerWidget.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
xmlns:viewer="com.esri.viewer.*"
xmlns:components="com.esri.viewer.components.*"
xmlns:HeaderController="widgets.HeaderController.*"
xmlns:singleLineSearch="com.esri.viewer.components.singleLineSearch.*"
width="100%"
borderSkin="{null}"
creationComplete="creationCompleteHandler(event)"
Expand Down Expand Up @@ -477,10 +476,10 @@
</HeaderController:WidgetItemDataGroup>
</s:HGroup>

<singleLineSearch:SingleLineSearch id="singleLineSearch"
width="230" height="28"
includeInLayout="false"
visible="false"/>
<components:SingleLineSearch id="singleLineSearch"
width="230" height="28"
includeInLayout="false"
visible="false"/>

<s:DataGroup id="linkGroup"
dataProvider="{linkList}"
Expand Down

0 comments on commit 0b77d55

Please sign in to comment.