Author: ygrego Date: 2015-04-20 14:09:01 +0000 (Mon, 20 Apr 2015) New Revision: 1237 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1237 Log: Modification of comments properties. Modified: oipf/js/impl/model/AVOutput.js Modified: oipf/js/impl/model/AVOutput.js =================================================================== --- oipf/js/impl/model/AVOutput.js 2015-04-20 12:56:19 UTC (rev 1236) +++ oipf/js/impl/model/AVOutput.js 2015-04-20 14:09:01 UTC (rev 1237) @@ -10,7 +10,7 @@ * of the outputs SHALL have the name " all " and SHALL represent all available outputs on the platform. The * results of reading properties from the " all " AVOutput are implementation specific.constructor * - * Type : readonly String + * Visibility Type : readonly String */ name: null, @@ -18,7 +18,7 @@ * Description: * The type of the output. Valid values are “ audio ”, “ video ”, or “ both ”. * - * Type : readonly String + * Visibility Type : readonly String */ type: null,