From ea949f0b81d6245c9e9c51a7d6ccfcbacd222268 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 30 Dec 2014 03:14:16 -0500 Subject: [PATCH] chore(cloudfunc) rm "\n" --- lib/cloudfunc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index 32aee1e3..ad31f0c6 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -3,7 +3,6 @@ var Util; (function(scope, Util) { 'use strict'; - if (typeof module === 'object' && module.exports) { Util = require('./util'); module.exports = new CloudFuncProto(Util);