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 @@
* *
*/ */
"use strict";
define([], function() { define([], function() {
"use strict";
// turnSettings // turnSettings
// Service to correctly sync client and server side TURN settings to contraints.js // Service to correctly sync client and server side TURN settings to contraints.js

Loading…
Cancel
Save