Files

13 lines
351 B
JavaScript

/*!**********************************************************!*\
!*** ../android-snapshot-bundle-ending.js ***!
\**********************************************************/
// Set the __snapshot flag to false
Object.defineProperty(global, "__snapshot", {
value: false,
writable: false,
configurable: false,
enumerable: false
});