Home
last modified time | relevance | path

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

/plugin/panoview/
H A Dscript.js495 tileImg = this.cache[tileImgId] = this.createPrototype(src);
514 … loadingImg = this.cache[loadingImgId] = this.createPrototype(this.cache['loading'].src);
545 createPrototype: function (src) { method in PanoJS