From 0481439b332944f91c4463facb46f909ef53ddc2 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 14 Nov 2016 13:02:50 +0100 Subject: [PATCH] implemented moduleName, made window statements failsafe --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c7673b4..3f2d2fc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,7 +8,7 @@ require('../yjs/gulpfile.helper.js')(gulp, { polyfills: [], entry: './src/WebRTC.js', targetName: 'y-webrtc.js', - moduleName: 'y-webrtc', + moduleName: 'yWebrtc', specs: [] })