Author: ygrego Date: 2015-05-15 13:49:51 +0000 (Fri, 15 May 2015) New Revision: 1347 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1347 Log: New properties "name" and "threshold" have been added. Modified: oipf/js/impl/model/ParentalRatingScheme.js Modified: oipf/js/impl/model/ParentalRatingScheme.js =================================================================== --- oipf/js/impl/model/ParentalRatingScheme.js 2015-05-15 13:46:12 UTC (rev 1346) +++ oipf/js/impl/model/ParentalRatingScheme.js 2015-05-15 13:49:51 UTC (rev 1347) @@ -18,6 +18,11 @@ * properties and methods defined below. */ var ParentalRatingScheme = Array.extend({ + + name: null, + + threshold: null, + init: function() { this._iconUri = []; },