flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
5
VISUALIZACION/node_modules/underscore/modules/isMap.js
generated
vendored
Executable file
5
VISUALIZACION/node_modules/underscore/modules/isMap.js
generated
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
import tagTester from './_tagTester.js';
|
||||
import { isIE11 } from './_stringTagBug.js';
|
||||
import { ie11fingerprint, mapMethods } from './_methodFingerprint.js';
|
||||
|
||||
export default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');
|
||||
Loading…
Add table
Add a link
Reference in a new issue