Author: ygrego Date: 2015-06-08 16:09:36 +0000 (Mon, 08 Jun 2015) New Revision: 1611 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1611 Log: Addition of the new method "getApplicationVisualizationMode". Modified: oipf/js/impl/ApplicationManagerObject.js Modified: oipf/js/impl/ApplicationManagerObject.js =================================================================== --- oipf/js/impl/ApplicationManagerObject.js 2015-06-08 16:07:48 UTC (rev 1610) +++ oipf/js/impl/ApplicationManagerObject.js 2015-06-08 16:09:36 UTC (rev 1611) @@ -186,6 +186,10 @@ _fireEvent: function(type, params) { var event = createCustomEvent(type, params); this._eventManager.fireEvent(event, this); - } + }, + + getApplicationVisualizationMode: function() { + return this._applicationVisualizationMode; + }, }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org