Commit 47f8f7bb authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige compilación usando la nueva dependencia

parent 9a191499
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@ dojoConfig = {
	},{
		name: 'app',
		location: '../app'


	},{
		name: 'json-schema-ref-parser',
		location: '../json-schema-ref-parser'
+2 −0
Original line number Diff line number Diff line
@@ -2,11 +2,13 @@ define([
	'dojo/_base/declare'
	, 'dojo/_base/lang'
	, 'dojo/aspect'
	, 'leaflet/leaflet'
	, 'wicket/wicket-leaflet'
], function(
	declare
	, lang
	, aspect
	, L
	, wicket
) {

+6 −0
Original line number Diff line number Diff line
@@ -91,6 +91,9 @@ var profile = {
	},{
		name: 'put-selector',
		location: 'put-selector'
	},{
		name: 'wicket',
		location: 'wicket'
	},{
		name: 'app',
		location: 'app',
@@ -308,6 +311,9 @@ var profile = {
		},
		'pruneCluster/PruneCluster.amd.min': {
			'leaflet': 'leaflet/leaflet'
		},
		'wicket': {
			'wicket': 'wicket/wicket'
		}
	},