diff --git a/js/canvas-all.d.ts b/js/canvas-all.d.ts new file mode 100644 index 0000000..61becfd --- /dev/null +++ b/js/canvas-all.d.ts @@ -0,0 +1 @@ +export declare var Sfdc: any; \ No newline at end of file diff --git a/js/canvas-all.js b/js/canvas-all.js index 671688d..e40779a 100644 --- a/js/canvas-all.js +++ b/js/canvas-all.js @@ -1041,3 +1041,4 @@ $$.module("Sfdc.canvas.client", module) })(Sfdc.canvas); +exports.Sfdc = Sfdc;