Skip to content

Commit cf0278b

Browse files
author
OpenShift Bot
authored
Merge pull request #1967 from spadgett/common-0.0.48
Merged by openshift-bot
2 parents c9a5d1a + fda1333 commit cf0278b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"angular-moment": "1.0.0",
4747
"angular-utf8-base64": "0.0.5",
4848
"file-saver": "1.3.3",
49-
"origin-web-common": "0.0.47",
49+
"origin-web-common": "0.0.48",
5050
"origin-web-catalog": "0.0.39"
5151
},
5252
"devDependencies": {

dist/scripts/vendor.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -72913,7 +72913,7 @@ maxWait: 250
7291372913
}), angular.element(i).on("resize", u);
7291472914
}
7291572915
function c() {
72916-
a(), angular.element(i).off("resize", u);
72916+
a(), u && (angular.element(i).off("resize", u), u = null);
7291772917
}
7291872918
var u, d = this;
7291972919
d.$onChanges = function(e) {
@@ -74337,6 +74337,8 @@ return new URI({
7433774337
protocol: e,
7433874338
hostname: t
7433974339
}).toString();
74340+
}, f.prototype.createData = function(e) {
74341+
return new d(e);
7434074342
};
7434174343
var x = {
7434274344
imagestreamimages: !0
@@ -74573,7 +74575,7 @@ list: function(e) {
7457374575
return c && !e ? (a.debug("ProjectsService: returning cached project data"), t.when(c)) : (a.debug("ProjectsService: listing projects, force refresh", e), o.list("projects", {}).then(function(e) {
7457474576
return c = e, e;
7457574577
}, function(e) {
74576-
c = {}, u = !0;
74578+
return c = o.createData([]), u = !0, t.reject();
7457774579
}));
7457874580
},
7457974581
isProjectListIncomplete: function() {

0 commit comments

Comments
 (0)