From 59b3741d7ce2b9f762b8cf17b26db29ba54af442 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Thu, 28 Aug 2014 17:28:46 -0700 Subject: [PATCH] commit unchecked files --- planetstack/core/static/shell/opencloud.js | 5 ----- 1 file changed, 5 deletions(-) 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"); -- 2.47.0