mirror of
https://github.com/sqlite/sqlite.git
synced 2025-04-23 06:45:40 +03:00
7 lines
360 B
JavaScript
7 lines
360 B
JavaScript
/* The current function scope was opened via post-js-header.js, which
|
|
gets prepended to this at build-time. This file closes that
|
|
scope. */
|
|
//console.warn("This is the end of the Module.runSQLite3PostLoadInit handler.");
|
|
}/*Module.runSQLite3PostLoadInit()*/;
|
|
//console.warn("This is the end of the setup of the (pending) Module.runSQLite3PostLoadInit");
|