diff src/implab/components/StateMachine.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/components/StateMachine.js	Fri Jun 02 18:15:22 2017 +0300
+++ b/src/implab/components/StateMachine.js	Fri Jun 02 19:28:20 2017 +0300
@@ -1,4 +1,4 @@
-define([ "dojo/_base/declare", "./safe", "./format" ], function(declare, safe, format) {
+define([ "dojo/_base/declare", "../safe", "../text/format" ], function(declare, safe, format) {
     return declare(null, {
         states : null,