From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/io/system/projectio.js | 98 +++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'js/io/system/projectio.js') diff --git a/js/io/system/projectio.js b/js/io/system/projectio.js index 785c7d7c..f9daa2df 100755 --- a/js/io/system/projectio.js +++ b/js/io/system/projectio.js @@ -30,75 +30,75 @@ POSSIBILITY OF SUCH DAMAGE. //////////////////////////////////////////////////////////////////////// // -var Montage = require("montage/core/core").Montage, - FileIo = require("js/io/system/fileio").FileIo; +var Montage = require("montage/core/core").Montage, + FileIo = require("js/io/system/fileio").FileIo; //////////////////////////////////////////////////////////////////////// // exports.ProjectIo = Montage.create(Object.prototype, { - //////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////// // newProject: { - enumerable: false, - value: function () { - //Checking for API to be available - if (!this.application.ninja.coreIoApi.cloudAvailable()) { - //API not available, no IO action taken - return null; - } - // - } + enumerable: false, + value: function () { + //Checking for API to be available + if (!this.application.ninja.coreIoApi.cloudAvailable()) { + //API not available, no IO action taken + return null; + } + // + } }, - //////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////// // readProject: { - enumerable: false, - value: function(e) { - //Checking for API to be available - if (!this.application.ninja.coreIoApi.cloudAvailable()) { - //API not available, no IO action taken - return null; - } - // - } + enumerable: false, + value: function(e) { + //Checking for API to be available + if (!this.application.ninja.coreIoApi.cloudAvailable()) { + //API not available, no IO action taken + return null; + } + // + } }, //////////////////////////////////////////////////////////////////// // saveProject: { - enumerable: false, - value: function() { - //Checking for API to be available - if (!this.application.ninja.coreIoApi.cloudAvailable()) { - //API not available, no IO action taken - return null; - } - // - } + enumerable: false, + value: function() { + //Checking for API to be available + if (!this.application.ninja.coreIoApi.cloudAvailable()) { + //API not available, no IO action taken + return null; + } + // + } }, //////////////////////////////////////////////////////////////////// // copyProject: { - enumerable: false, - value: function(e) { - //Checking for API to be available - if (!this.application.ninja.coreIoApi.cloudAvailable()) { - //API not available, no IO action taken - return null; - } - // - } + enumerable: false, + value: function(e) { + //Checking for API to be available + if (!this.application.ninja.coreIoApi.cloudAvailable()) { + //API not available, no IO action taken + return null; + } + // + } }, //////////////////////////////////////////////////////////////////// // infoProject: { - enumerable: false, - value: function(e) { - //Checking for API to be available - if (!this.application.ninja.coreIoApi.cloudAvailable()) { - //API not available, no IO action taken - return null; - } - // - } + enumerable: false, + value: function(e) { + //Checking for API to be available + if (!this.application.ninja.coreIoApi.cloudAvailable()) { + //API not available, no IO action taken + return null; + } + // + } } //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// -- cgit v1.2.3