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

Commit

Permalink
Updated elc-js submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJacobson committed Apr 3, 2014
1 parent 48d6b5e commit d89bddb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion Demos/Scripts/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
//// }, [location.protocol, location.host].join("//"));
////}


////function addRoute(/**{Event}*/ e) {
//// // Get the values from the text boxes.
//// var form = e.srcElement || e.target, name = form[0].value, wkt = form[1].value;
Expand Down
8 changes: 6 additions & 2 deletions ElcSelector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@
<Content Include="routeLocator.html" />
<Content Include="Scripts\elc-arcgis-utils.js" />
<Content Include="Scripts\elc-js\elc.js" />
<Content Include="Scripts\elc-js\elc.min.js" />
<Content Include="Scripts\elc-js\elc.min.js">
<DependentUpon>elc.js</DependentUpon>
</Content>
<Content Include="Scripts\routeLocator.js" />
<Content Include="Scripts\elc-js\elc.min.js.map" />
<Content Include="Scripts\elc-js\elc.min.js.map">
<DependentUpon>elc.min.js</DependentUpon>
</Content>
<None Include="Scripts\_references.js" />
<Content Include="Style\routeLocator.css" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/elc-js

0 comments on commit d89bddb

Please sign in to comment.