#329 closed task (fixed)
Remove ./src/client/core directory
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0.0 |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
Some core directory files are no longer used, some others are required by widgets such as resultextgrid and resultvectorlayer. Move the according required code to the widget directories and remove the core directory.
Change History (3)
comment:1 by , 13 years ago
- DelegateFeature.js : only used by resultextgrid, so move it there.
- ExtMessageDiv.js : no longer used
- OpenLayersPrototypes.js : no longer used
- Result.js : used by resultextgrid and resultvectorlayer, serves as a parent class for them but features so little things that the methods could be simply copied in each one.
- Util.js : used by a sample, so it could be moved there.
Note:
See TracTickets
for help on using tickets.