diff src/implab/components/ActivationController.js @ 2:7d7059d2a810

Подправлены пути в пакетах
author egor
date Fri, 02 Jun 2017 19:28:20 +0300
parents fc2517695ee1
children 00779cb63b12
line wrap: on
line diff
--- a/src/implab/components/ActivationController.js	Fri Jun 02 18:15:22 2017 +0300
+++ b/src/implab/components/ActivationController.js	Fri Jun 02 19:28:20 2017 +0300
@@ -1,4 +1,4 @@
-define([ "dojo/_base/declare", "./guard", "./safe", "./_LogMixin" ],
+define([ "dojo/_base/declare", "../guard", "../safe", "../log/_LogMixin" ],
 
 function(declare, guard, safe, _LogMixin) {
 	"use strict";