Author: ygrego Date: 2015-07-07 08:15:38 +0000 (Tue, 07 Jul 2015) New Revision: 1760 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1760 Log: Know the running state of method. Modified: oipf/emulator/js/utils/Service.js Modified: oipf/emulator/js/utils/Service.js =================================================================== --- oipf/emulator/js/utils/Service.js 2015-07-06 14:46:39 UTC (rev 1759) +++ oipf/emulator/js/utils/Service.js 2015-07-07 08:15:38 UTC (rev 1760) @@ -12,6 +12,7 @@ var error = currentTransition.error; if (begin == this.previousState && end == newState && error == errorCode) { + console.log("Transition succeeded."); currentTransition.callback && currentTransition.callback(); this.previousState = newState; this.currentIndex++;
participants (1)
-
ygregoï¼ users.nuiton.org