Skip to content

Commit 26d1e2e

Browse files
committed
Merge branch 'release-0.23'
2 parents c9feb78 + b91865b commit 26d1e2e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
mangle: true
3939
},
4040
wrap: false,
41-
useStrict: true,
41+
useStrict: false,
4242
dir: './out',
4343
skipDirOptimize: true,
4444
removeCombined: true,

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
spreed-webrtc-server (0.23.1) precise; urgency=low
28

39
* Fixed strict mode on release compile.

static/js/base.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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() {});

0 commit comments

Comments
 (0)