2014-06-26 19:22:08 -07:00

3 lines
80 B
JavaScript

exports.instantiate = function(load) {
return { pluginSource: load.source };
}