From 8ba4144d6391400b67a5eb9e73e1dd1eea85004d Mon Sep 17 00:00:00 2001 From: Matthijs van Henten Date: Mon, 18 Jan 2016 09:40:14 +0000 Subject: [PATCH] circumvent silly amd --- node_modules/c9/scm_url_parse.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/node_modules/c9/scm_url_parse.js b/node_modules/c9/scm_url_parse.js index cc39f02c..92898dd3 100644 --- a/node_modules/c9/scm_url_parse.js +++ b/node_modules/c9/scm_url_parse.js @@ -1,3 +1,9 @@ +if (define === undefined) { + var define = function(fn) { + fn(require, exports, module); + }; +} + define(function(require, exports, module) { "use strict";