Author: ygrego Date: 2015-05-18 13:55:08 +0000 (Mon, 18 May 2015) New Revision: 1373 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1373 Log: Addition of property "_blockUnrated" and its initialization are done in constructor. Modified: oipf/js/impl/ParentalControlManagerObject.js Modified: oipf/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 13:45:14 UTC (rev 1372) +++ oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 13:55:08 UTC (rev 1373) @@ -32,6 +32,12 @@ _PINLockedTime: null, /* + * Let to manage the locking of programmes and/or channels which are + * initially unrated. + */ + _blockUnrated:null, + + /* * FIXME: * -Yannis 18/05/2015 The properties "_currentPIN" and "_invalidPINAttemps" * don't have to be innitialized here. @@ -41,6 +47,7 @@ this._timeout = this._timerManager.createTimer.bind(this._timerManager, 0); this.isPINEntryLocked = false; + this._blockUnrated = false; this._currentPIN = "1234"; this._invalidPINAttemptsMax = 4;
participants (1)
-
ygregoï¼ users.nuiton.org