mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
react app
This commit is contained in:
12
react-app/node_modules/core-js/modules/web.dom.iterable.js
generated
vendored
Normal file
12
react-app/node_modules/core-js/modules/web.dom.iterable.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
require('./es6.array.iterator');
|
||||
var global = require('./$.global')
|
||||
, hide = require('./$.hide')
|
||||
, Iterators = require('./$.iterators')
|
||||
, ITERATOR = require('./$.wks')('iterator')
|
||||
, NL = global.NodeList
|
||||
, HTC = global.HTMLCollection
|
||||
, NLProto = NL && NL.prototype
|
||||
, HTCProto = HTC && HTC.prototype
|
||||
, ArrayValues = Iterators.NodeList = Iterators.HTMLCollection = Iterators.Array;
|
||||
if(NLProto && !NLProto[ITERATOR])hide(NLProto, ITERATOR, ArrayValues);
|
||||
if(HTCProto && !HTCProto[ITERATOR])hide(HTCProto, ITERATOR, ArrayValues);
|
Reference in New Issue
Block a user