Skip to content

Commit

Permalink
Upload version 1.2.7003
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Urscheler committed Nov 4, 2019
1 parent fa3af30 commit 86876f0
Show file tree
Hide file tree
Showing 8 changed files with 2,944 additions and 691 deletions.
3 changes: 0 additions & 3 deletions FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// FileUpload for Circuit Node.js
///////////////////////////////////////////////////////////////////////////////////////////////

/* eslint-env node, es6 */
/*global navigator*/

var nodeUrl = require('url');
var fs = require('fs');
var https = require('https');
Expand Down
1 change: 0 additions & 1 deletion NodeSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Global settings for Circuit Node.js
///////////////////////////////////////////////////////////////////////////////////////////////

/* eslint-env node, es6 */
/*eslint strict: ["error", "never"]*/

/**
Expand Down
3 changes: 0 additions & 3 deletions WebSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// WebSocket for Circuit Node.js
///////////////////////////////////////////////////////////////////////////////////////////////

/* eslint-env node, es6 */
/*global */

var NodeWebSocket = require('ws');
var NodeSDK = require('./NodeSDK');

Expand Down
3 changes: 0 additions & 3 deletions XMLHttpRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// XMLHttpRequest for Circuit Node.js
///////////////////////////////////////////////////////////////////////////////////////////////

/* eslint-env node, es6 */
/*global navigator*/

var https = require('https');
var nodeUrl = require('url');
var NodeSDK = require('./NodeSDK');
Expand Down
4 changes: 2 additions & 2 deletions circuit-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
*
*/

/* eslint-env node */
/*global Circuit, exports, global, module, navigator, process, Promise, require, WebSocket, XMLHttpRequest*/
/*global Circuit*/

///////////////////////////////////////////////////////////////////////////////////////
// Global objects exposed for Node.js (WebSocket and XMLHttpRequest)
Expand All @@ -42,6 +41,7 @@ global.WebSocket = origWebSocket;

// Global settings
Circuit.NodeSDK = NodeSDK;
Circuit.File = require('./File');

// JS SDK depends on FileUpload to be globally defined
Circuit.FileUpload = require('./FileUpload');
Expand Down
Loading

0 comments on commit 86876f0

Please sign in to comment.