Commit 60ede0c7 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina algunas importaciones inútiles detectadas

parent 180257ab
Loading
Loading
Loading
Loading
+2 −13
Original line number Diff line number Diff line
@@ -5,15 +5,9 @@ define([
	, "app/designs/mapWithSideContent/main/Tracking"
	, "app/designs/mapWithSideContent/main/_TrackingWithListByFilter"
	, "app/redmicConfig"
	, "dijit/layout/BorderContainer"
	, "dijit/layout/ContentPane"
	, "dojo/_base/declare"
	, "dojo/_base/lang"
	, "put-selector/put"
	, "redmic/modules/base/_Selection"
	, "redmic/modules/search/TextImpl"
	, "templates/AnimalList"
	, "templates/PlatformList"
], function(
	_EditionWizardView
	, _GetActivityData
@@ -21,16 +15,11 @@ define([
	, Tracking
	, _TrackingWithListByFilter
	, redmicConfig
	, BorderContainer
	, ContentPane
	, declare
	, lang
	, put
	, _Selection
	, TextImpl
	, templateAnimalList
	, templatePlatformList
) {

	return declare([Tracking, _TrackingWithListByFilter, _EditionWizardView, _GetActivityData,
		_ListenActivityDataAndAccessByActivityCategory], {
		//	summary:
+2 −3
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ define([
	, "app/designs/mapWithSideContent/Controller"
	, "app/designs/mapWithSideContent/layout/MapAndContent"
	, "app/redmicConfig"
	, "dijit/layout/ContentPane"
	, "dojo/_base/declare"
	, "dojo/_base/lang"
	, "redmic/modules/map/Atlas"
@@ -14,11 +13,11 @@ define([
	, Controller
	, Layout
	, redmicConfig
	, ContentPane
	, declare
	, lang
	, Atlas
) {

	return declare([Layout, Controller], {
		//	summary:
		//		Proporciona un contenedor para los mapas de Leaflet.
+2 −7
Original line number Diff line number Diff line
define([
	'd3/d3.min'
	, "dijit/layout/ContentPane"
	, "dojo/_base/declare"
	, "dojo/dom-geometry"
	, "dojo/dom-style"
	, "dojo/_base/lang"
	, "dojo/Deferred"
	, "put-selector/put"
@@ -13,10 +10,7 @@ define([
	, "./_ChartsContainerItfc"
], function(
	d3
	, ContentPane
	, declare
	, domGeom
	, style
	, lang
	, Deferred
	, put
@@ -25,6 +19,7 @@ define([
	, _Show
	, _ChartsContainerItfc
) {

	return declare([_Module, _Show, _ChartsContainerItfc], {
		//	summary:
		//		Módulo para visualizar gráficas por capas.
+0 −2
Original line number Diff line number Diff line
define([
	"app/designs/list/Controller"
	, "app/designs/list/layout/NoTitle"
	, "dijit/layout/ContentPane"
	, "dojo/_base/declare"
	, "dojo/_base/lang"
	, "dojo/query"
@@ -20,7 +19,6 @@ define([
], function(
	ListController
	, ListLayout
	, ContentPane
	, declare
	, lang
	, query