Mercurial > pub > ImplabJs
comparison src/implab/components/_ActivatableMixin.js @ 2:7d7059d2a810
Подправлены пути в пакетах
author | egor |
---|---|
date | Fri, 02 Jun 2017 19:28:20 +0300 |
parents | fc2517695ee1 |
children | 00779cb63b12 |
comparison
equal
deleted
inserted
replaced
1:93fb6c09f2e1 | 2:7d7059d2a810 |
---|---|
1 define([ "dojo/_base/declare", "./guard", "./StateMachine", "./_LogMixin", ], | 1 define([ "dojo/_base/declare", "../guard", "./StateMachine", "../log/_LogMixin", ], |
2 | 2 |
3 function(declare, guard, StateMachine, _LogMixin) { | 3 function(declare, guard, StateMachine, _LogMixin) { |
4 | 4 |
5 var states = { | 5 var states = { |
6 inactive : { | 6 inactive : { |