Author: ygrego Date: 2015-05-19 09:31:38 +0000 (Tue, 19 May 2015) New Revision: 1387 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1387 Log: The method "_setCurrentInvalidPINAttempts" has been added. Modified: oipf/js/impl/ParentalControlManagerObject.js Modified: oipf/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/js/impl/ParentalControlManagerObject.js 2015-05-19 09:11:37 UTC (rev 1386) +++ oipf/js/impl/ParentalControlManagerObject.js 2015-05-19 09:31:38 UTC (rev 1387) @@ -288,6 +288,10 @@ _setIsPINEntryLocked: function(enable) { this.isPINEntryLocked = enable; this._currentInvalidPINAttempts = 0; - } + }, + + _setCurrentInvalidPINAttempts: function(value) { + this._currentInvalidPINAttempts = value; + } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org