codemirror-infusion
Version:
An Infusion component wrapper for CodeMirror
7 lines (6 loc) • 368 B
JavaScript
/* eslint-env node */
// There are no node modules in this package. We register ourselves purely to allow people to access our content
// using `fluid.module.resolvePath` and package-relative paths like `%codemirror-infusion/src/codemirror-infusion.js`.
;
var fluid = require("infusion");
fluid.module.register("codemirror-infusion", __dirname, require);