Skip to content

Commit

Permalink
Fixed Gruntfile.js "clean"
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Oct 18, 2016
1 parent 1b1f7c2 commit e6117cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -162,5 +162,5 @@ module.exports = function(grunt) {

// set default tasks to run when grunt is called without parameters
// http://gruntjs.com/api/grunt.task
grunt.registerTask('default', ['concat', 'replace', 'jsbeautifier', 'uglify', 'clean', 'copy']);
grunt.registerTask('default', ['concat', 'replace', 'jsbeautifier', 'uglify', 'copy', 'clean']);
};
6 changes: 1 addition & 5 deletions dist/rmc3.js
@@ -1,4 +1,4 @@
// Last time updated: 2016-10-18 5:17:25 PM UTC
// Last time updated: 2016-10-18 5:23:20 PM UTC

// _____________________
// RTCMultiConnection-v3
Expand Down Expand Up @@ -2262,8 +2262,6 @@
return;
}

console.error('firstBroadcaster', firstBroadcaster);

self.onNegotiationNeeded({
newParticipant: newParticipantId,
userPreferences: userPreferences || false
Expand All @@ -2273,8 +2271,6 @@
return;
}

console.error('remainingBroadcasters', remainingBroadcasters);

setTimeout(function() {
self.connectNewParticipantWithAllBroadcasters(newParticipantId, userPreferences, remainingBroadcasters.join('|-,-|'));
}, 3 * 1000);
Expand Down
2 changes: 1 addition & 1 deletion dist/rmc3.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6117cb

Please sign in to comment.