Commit df7b369a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Reubica redmic widgets como colección de utils

parent 1c6feb1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ var profileObj = {
		}
	},{
		name: 'RWidgets',
		location: 'src/redmic/widgets',
		location: 'src/utils/widgets',
		resourceTags: {
			amd: amdTagger
		}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ dojoConfig = {
		location: '../../src/redmic'
	},{
		name: 'RWidgets',
		location: '../../src/redmic/widgets'
		location: '../../src/utils/widgets'
	},{
		name: 'dojo',
		location: '../dojo'
Loading