mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
13 lines
351 B
JavaScript
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
|
|
});
|