Artifact 6da70bf3b3b37b832f157207688c34f1307b74e8:
- File s2/require.d/fsl/context.s2 — part of check-in [207e098803] at 2014-08-14 14:39:33 on branch trunk — boatloads of fsl/requires2 bits, latest s2. (user: stephan size: 307)
/** 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. */ affirm requireS2.fsl /* set up by f-s2sh.sh */; return requireS2.fsl;