Home
last modified time | relevance | path

Searched refs:CachedProperty (Results 1 – 2 of 2) sorted by relevance

/plugin/bookcreator/
Dscript.js139 function CachedProperty(key) { class
143 CachedProperty.prototype.set = function(value) {
147 CachedProperty.prototype.get = function() {
280 booktitle: new CachedProperty('bookcreator_booktitle'),
/plugin/zwidoku/files/
H A Djs.js1CachedProperty(key){this.localStorageKey=key;}CachedProperty.prototype.set=function(value){window.…