aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/coreioapi.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-01 13:34:53 -0800
committerJose Antonio Marquez2012-02-01 13:34:53 -0800
commit42122c5c708769e11b626654bf3d989b6b0eddad (patch)
treec1e20a2a16d10de43c6e26ebeaacf7865509eb48 /js/io/system/coreioapi.js
parentd3208408027c90696af91883935279cf4d023ddc (diff)
downloadninja-42122c5c708769e11b626654bf3d989b6b0eddad.tar.gz
Updating after merge with other FileIO branch
Diffstat (limited to 'js/io/system/coreioapi.js')
-rwxr-xr-xjs/io/system/coreioapi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js
index 3a007028..e55789c4 100755
--- a/js/io/system/coreioapi.js
+++ b/js/io/system/coreioapi.js
@@ -207,7 +207,6 @@ exports.CoreIoApi = Montage.create(Component, {
207 directoryServiceURL: { 207 directoryServiceURL: {
208 enumerable: false, 208 enumerable: false,
209 get: function() { 209 get: function() {
210 console.log(this);
211 return String(this.rootUrl+this._directoryServiceURL); 210 return String(this.rootUrl+this._directoryServiceURL);
212 }, 211 },
213 set: function(value) { 212 set: function(value) {