Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 462dc96

Browse files
Carolina WrightCarolina Wright
authored andcommitted
Remove unused code
1 parent ed0af58 commit 462dc96

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

app/scripts/services/mocking-service-client.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
return match.slice(1);
2828
}
2929

30-
self.buildSimpleUrl = function buildSimpleUrl() {
31-
var args = Array.prototype.slice.call(arguments, 0);
32-
var url = self.baseUri + SEPARATOR + args.join(SEPARATOR);
33-
var proxy = self.proxy || $window.RAML.Settings.proxy;
34-
35-
if (proxy) {
36-
url = proxy + resolveUri(url);
37-
}
38-
39-
return url;
40-
};
41-
4230
self.buildURL = function buildURL() {
4331
var args = ['sources', 'manager', 'apis'].concat(mockingIds()).concat(Array.prototype.slice.call(arguments, 0));
4432
var url = self.baseUri + SEPARATOR + args.join(SEPARATOR);

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"license": "CPAL 1.0",
99
"dependencies": {
10-
"angular": "1.3.17",
10+
"angular": "~1.3.17",
1111
"angular-bootstrap": ">=0.11.0 <0.14.0",
1212
"angular-ui-tree": "2.1.5",
1313
"api-console": "mulesoft/api-console#v3.0.31",

0 commit comments

Comments
 (0)