Home | History | Annotate | Download | only in static

Lines Matching refs:baseUrl

234               var baseUrl = imageSet[baseUrlKey];
235 if ((baseUrl.substring(0, 1) != '/') &&
236 (baseUrl.indexOf('://') == -1)) {
237 imageSet[baseUrlKey] = $scope.resultsToLoad + '/../' + baseUrl;