Browse Source

Use globalstrict in turnsettings service.

pull/242/head
Evan Theurer 10 years ago
parent
commit
433b6e1cbe
  1. 2
      static/js/services/turnsettings.js

2
static/js/services/turnsettings.js

@ -19,8 +19,8 @@ @@ -19,8 +19,8 @@
*
*/
"use strict";
define([], function() {
"use strict";
// turnSettings
// Service to correctly sync client and server side TURN settings to contraints.js

Loading…
Cancel
Save