Skip to content

Commit

Permalink
removes cruft re #4821
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed May 13, 2019
1 parent 440b59b commit 891ac8a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ define([
this.resourceId = params.resourceid;
this.complete = params.complete || ko.observable();

this.stepurl = ko.pureComputed(function() {
return '';
});

this.loading(true);

$.getJSON(url, function(data) {
Expand Down

0 comments on commit 891ac8a

Please sign in to comment.