From 53d323c29b52b97df109368788ffa661396b4308 Mon Sep 17 00:00:00 2001 From: Lennart kats Date: Wed, 29 Jul 2015 12:15:32 +0000 Subject: [PATCH] Expose apiWrapper() --- package.json | 3 ++- plugins/c9.core/api.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dab9c7d4..084a62b7 100644 --- a/package.json +++ b/package.json @@ -111,6 +111,7 @@ "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", "c9.ide.upload": "#0bd010d3dc", - "c9.ide.welcome": "#c370b3f191" + "c9.ide.welcome": "#c370b3f191", + "smf.core": "#undefined" } } \ No newline at end of file diff --git a/plugins/c9.core/api.js b/plugins/c9.core/api.js index 65e049f0..933876a9 100644 --- a/plugins/c9.core/api.js +++ b/plugins/c9.core/api.js @@ -83,6 +83,8 @@ define(function(require, exports, module) { get basicAuth() { throw new Error("Permission Denied"); }, set basicAuth(v) { BASICAUTH = v.split(":"); }, + apiWrapper: apiWrapper, + collab: collab, user: user, preview: preview,