Author: ygrego Date: 2015-04-07 21:22:54 +0000 (Tue, 07 Apr 2015) New Revision: 1094 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1094 Log: Addition of object "TimerManager" and a copy of his method "createTimer". Modified: oipf/js/test/SearchManagerTest.js Modified: oipf/js/test/SearchManagerTest.js =================================================================== --- oipf/js/test/SearchManagerTest.js 2015-04-07 21:01:15 UTC (rev 1093) +++ oipf/js/test/SearchManagerTest.js 2015-04-07 21:22:54 UTC (rev 1094) @@ -8,7 +8,8 @@ searchManagerObj: null, init: function () { - + this.timerManager = new TimerManager(); + this.timeout = this.timerManager.createTimer.bind(this.timerManager); }, beforeTest: function() {