File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3838 mangle : true
3939 } ,
4040 wrap : false ,
41- useStrict : true ,
41+ useStrict : false ,
4242 dir : './out' ,
4343 skipDirOptimize : true ,
4444 removeCombined : true ,
Original file line number Diff line number Diff line change 1+ spreed-webrtc-server (0.23.2) precise; urgency=low
2+
3+ * Do not build combined Javascript in strict mode to avoid compatibility issues.
4+
5+ -- Simon Eisenmann <
[email protected] > Wed, 10 Dec 2014 17:18:17 +0100
6+
17spreed-webrtc-server (0.23.1) precise; urgency=low
28
39 * Fixed strict mode on release compile.
Original file line number Diff line number Diff line change @@ -32,5 +32,4 @@ define([ // Helper module to put non dependency base libraries together.
3232 'rAF' ,
3333 'humanize' ,
3434 'sha' ,
35- 'sjcl' ,
36- 'webrtc.adapter' ] , function ( ) { } ) ;
35+ 'sjcl' ] , function ( ) { } ) ;
You can’t perform that action at this time.
0 commit comments