Commit 46ad023f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Renombra directorio utils a singular

parent 8c8813ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ var profileObj = {
		}
	},{
		name: 'RWidgets',
		location: 'src/utils/widgets',
		location: 'src/util/widgets',
		resourceTags: {
			amd: amdTagger
		}
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, 'dojo/aspect'
	, 'dojo/dom-class'
	, 'put-selector/put'
	, 'src/utils/Credentials'
	, 'src/util/Credentials'
	, 'src/app/_app'
	, 'src/component/components/Sidebar/MainSidebarImpl'
	, 'src/component/components/Topbar'
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ define([
	, 'app/details/views/ActivityLayerMapBase'
	, 'dojo/_base/declare'
	, 'dojo/_base/lang'
	, 'src/utils/Credentials'
	, 'src/util/Credentials'
	, 'src/component/base/_Filter'
	, 'src/component/browser/_ButtonsInRow'
	, 'src/component/browser/_Framework'
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, 'dojo/_base/lang'
	, 'src/component/base/_Module'
	, 'src/component/base/_Store'
	, 'src/utils/Credentials'
	, 'src/util/Credentials'
], function(
	redmicConfig
	, declare
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ define([
	, 'dojo/_base/lang'
	, 'dojo/topic'
	, 'put-selector/put'
	, 'src/utils/Credentials'
	, 'src/util/Credentials'
	, 'src/component/base/_Module'
	, 'src/component/base/_Show'
],
Loading