Author: ygrego Date: 2015-03-17 09:18:21 +0000 (Tue, 17 Mar 2015) New Revision: 952 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/952 Log: The variable "event_listener" is a map which contains couples ("event type" as key and "a listener" as value). This one will be used when a object call the method "dispatchEvent", in order to determinate which listener call on dispatching of a specific event. Modified: oipf/js/initObj/init.js Modified: oipf/js/initObj/init.js =================================================================== --- oipf/js/initObj/init.js 2015-03-17 09:11:36 UTC (rev 951) +++ oipf/js/initObj/init.js 2015-03-17 09:18:21 UTC (rev 952) @@ -52,6 +52,8 @@ "N/A" //reserved_future_use ]; +var event_listener = {}; + var oipfObjectFactory = new OipfObjectFactory(); var metadata = data;
participants (1)
-
ygregoï¼ users.nuiton.org