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

Corrige mezcla de comillas

parent 033e99ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, "src/util/Mediator"
	, "src/component/model/ModelImpl"
	, "src/component/form/inputs/CheckBoxImpl"
	, 'test/src/component/model/SupportModel"
	, 'test/src/component/model/SupportModel'
], function(
	declare
	, lang
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, "src/util/Mediator"
	, "src/component/model/ModelImpl"
	, "src/component/form/inputs/DateTextBoxImpl"
	, 'test/src/component/model/SupportModel"
	, 'test/src/component/model/SupportModel'
	, "moment"
], function(
	declare
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, "src/util/Mediator"
	, "src/component/model/ModelImpl"
	, "src/component/form/inputs/FilteringInputImpl"
	, 'test/src/component/model/SupportModel"
	, 'test/src/component/model/SupportModel'
], function(
	declare
	, lang
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, "src/util/Mediator"
	, "src/component/model/ModelImpl"
	, "src/component/form/inputs/NumberSpinnerImpl"
	, 'test/src/component/model/SupportModel"
	, 'test/src/component/model/SupportModel'
], function(
	declare
	, lang
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ define([
	, "src/util/Mediator"
	, "src/component/model/ModelImpl"
	, "src/component/form/inputs/NumberTextBoxImpl"
	, 'test/src/component/model/SupportModel"
	, 'test/src/component/model/SupportModel'
], function(
	declare
	, lang
Loading