Remove PolyEdit from the dependencies file for building.

This commit is contained in:
jacobtoye 2013-02-11 13:17:39 +13:00
parent e13d5faa80
commit 8440f5ba7c

View File

@ -22,7 +22,6 @@ var deps = {
desc: 'The core of the library, including OOP, events, DOM facilities, basic units, projections (EPSG:3857 and EPSG:4326) and the base Map class.'
},
EPSG3395: {
src: ['geo/projection/Projection.Mercator.js',
'geo/crs/CRS.EPSG3395.js'],
@ -85,7 +84,6 @@ var deps = {
desc: 'Extends LayerGroup with mouse events and bindPopup method shared between layers.'
},
Path: {
src: ['layer/vector/Path.js',
'layer/vector/Path.SVG.js',
@ -201,13 +199,6 @@ var deps = {
desc: 'Makes markers draggable (by mouse or touch).'
},
PolyEdit: {
src: ['layer/vector/Polyline.Edit.js'],
deps: ['Polyline', 'DivIcon'],
desc: 'Polyline and polygon editing.'
},
ControlZoom: {
src: ['control/Control.js',
'map/ext/Map.Control.js',
@ -237,7 +228,6 @@ var deps = {
desc: 'Layer Switcher control.'
},
AnimationPan: {
src: [
'dom/DomEvent.js',