File bindings/s2/require.d/fsl/context.s2 artifact afdf2ad977 part of check-in 9fb6fae4f8
/** require() plugin which simply resolves to the shared Fossil.Context instance set up by the f-s2sh bootstrap code. This instance should be used by all other modules so that everybody is using the same database handles. */ return requireS2.fsl ||| (requireS2.fsl = new Fossil.Context());