nav tabs on admin dashboard
This commit is contained in:
4
node_modules/regenerator-runtime/runtime-module.js
generated
vendored
4
node_modules/regenerator-runtime/runtime-module.js
generated
vendored
@@ -7,7 +7,9 @@
|
||||
|
||||
// This method of obtaining a reference to the global object needs to be
|
||||
// kept identical to the way it is obtained in runtime.js
|
||||
var g = (function() { return this })() || Function("return this")();
|
||||
var g = (function() {
|
||||
return this || (typeof self === "object" && self);
|
||||
})() || Function("return this")();
|
||||
|
||||
// Use `getOwnPropertyNames` because not all browsers support calling
|
||||
// `hasOwnProperty` on the global `self` object in a worker. See #183.
|
||||
|
||||
Reference in New Issue
Block a user