Home
last modified time | relevance | path

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

/template/parallax/lib/js/
H A Dretina-1.1.0.js64 function RetinaImagePath(path, at_2x_path) { argument
66 if (typeof at_2x_path !== "undefined" && at_2x_path !== null) {
67 this.at_2x_path = at_2x_path;
70 this.at_2x_path = path.replace(/\.\w+$/, function(match) { return "@2x" + match; });
85 …} else if (!this.perform_check && typeof this.at_2x_path !== "undefined" && this.at_2x_path !== nu…
87 } else if (this.at_2x_path in RetinaImagePath.confirmed_paths) {
91 http.open('HEAD', this.at_2x_path);
105 RetinaImagePath.confirmed_paths.push(that.at_2x_path);
129 if (typeof path == 'undefined') path = this.path.at_2x_path;
H A Dretina-1.1.0.min.js10at_2x_path=f;this.perform_check=false}else{this.at_2x_path=g.replace(/\.\w+$/,function(h){return"@…