From: Scott Baker Date: Fri, 29 Aug 2014 00:28:46 +0000 (-0700) Subject: commit unchecked files X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=59b3741d7ce2b9f762b8cf17b26db29ba54af442;p=plstackapi.git commit unchecked files --- diff --git a/planetstack/core/static/shell/opencloud.js b/planetstack/core/static/shell/opencloud.js index 7166abf..7b39308 100644 --- a/planetstack/core/static/shell/opencloud.js +++ b/planetstack/core/static/shell/opencloud.js @@ -55,11 +55,6 @@ function OpenCloudModel(name) { this.__str__ = function() { return '["all", "filter", "get"]' }; } -//function Slices() { -// this.listAll = function() { return opencloud_data["slices"] } -// this.__str__ = function() { return '["listAll"]'; } -//} - function OpenCloud() { this.slices = new OpenCloudModel("slices"); this.slivers = new OpenCloudModel("slivers");