UNPKG

afterwriting

Version:

Post-processing tools for Fountain screenplays

19 lines (13 loc) 342 B
define(function(require) { var Protoplast = require('protoplast'); /** * @module core/plugin */ var Plugin = Protoplast.Object.extend({ context: null, $create: function(context) { this.context = context; } }); return Plugin; });