File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
dashboard/test/ui/features/spritelab Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 227
227
"react-dom-confetti" : " ^0.0.8" ,
228
228
"react-hot-loader" : " ^1.3.1" ,
229
229
"selectize" : " ^0.12.4" ,
230
+ "wgxpath" : " ^1.2.0" ,
230
231
"whatwg-fetch" : " ^2.0.3"
231
232
}
232
233
}
Original file line number Diff line number Diff line change 2
2
* "Pointer Events Polyfill" to support pointer events on Safari
3
3
*/
4
4
import 'pepjs' ;
5
+ import wickedGoodXpath from 'wgxpath' ;
5
6
6
7
/**
7
8
* A low-performance polyfill for toBlob based on toDataURL. Adapted from:
@@ -32,3 +33,10 @@ if (SVGElement.prototype.getElementsByClassName === undefined) {
32
33
return this . querySelectorAll ( '.' + className ) ;
33
34
} ;
34
35
}
36
+
37
+ /**
38
+ * Polyfill for document.evaluate for IE
39
+ */
40
+ if ( ! document . evaluate ) {
41
+ wickedGoodXpath . install ( window ) ;
42
+ }
Original file line number Diff line number Diff line change @@ -12242,6 +12242,10 @@ websocket-extensions@>=0.1.1:
12242
12242
version "0.1.1"
12243
12243
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.1.tgz#76899499c184b6ef754377c2dbb0cd6cb55d29e7"
12244
12244
12245
+ wgxpath@^1.2.0 :
12246
+ version "1.2.0"
12247
+ resolved "https://registry.yarnpkg.com/wgxpath/-/wgxpath-1.2.0.tgz#a33e4e0f86e68e074d95d50a6e533d64938f432a"
12248
+
12245
12249
whatwg-fetch@>=0.10.0, whatwg-fetch@^2.0.4 :
12246
12250
version "2.0.4"
12247
12251
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
Original file line number Diff line number Diff line change 1
- @no_ie
2
1
Feature : Sprite Lab
3
2
4
3
Background :
You can’t perform that action at this time.
0 commit comments