diff src/implab/messaging/Session.js @ 2:7d7059d2a810

Подправлены пути в пакетах
author egor
date Fri, 02 Jun 2017 19:28:20 +0300
parents fc2517695ee1
children
line wrap: on
line diff
--- a/src/implab/messaging/Session.js	Fri Jun 02 18:15:22 2017 +0300
+++ b/src/implab/messaging/Session.js	Fri Jun 02 19:28:20 2017 +0300
@@ -6,7 +6,7 @@
         "./Destination",
         "dojo/Evented",
         "dojo/Deferred",
-        "../_LogMixin" ],
+        "../log/_LogMixin" ],
 
     function(declare, lang, request, Destination, Evented, Deferred, _LogMixin) {