Explorar el Código

fix(build) add missed jquery slim imports

dev1
Jorge Oliveira hace 2 años
padre
commit
fd7c46ce79
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. 1
    2
      modules/proxyconnection/ProxyConnectionService.js
  2. 1
    1
      modules/sdp/SDP.spec.js

+ 1
- 2
modules/proxyconnection/ProxyConnectionService.js Ver fichero

@@ -1,6 +1,5 @@
1
-/* globals $ */
2
-
3 1
 import { getLogger } from '@jitsi/logger';
2
+import $ from 'jquery';
4 3
 import { $iq } from 'strophe.js';
5 4
 
6 5
 import { MediaType } from '../../service/RTC/MediaType';

+ 1
- 1
modules/sdp/SDP.spec.js Ver fichero

@@ -1,4 +1,4 @@
1
-/* globals $ */
1
+import $ from 'jquery';
2 2
 import { $iq } from 'strophe.js';
3 3
 
4 4
 import FeatureFlags from '../flags/FeatureFlags';

Loading…
Cancelar
Guardar