UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

19 lines (12 loc) 304 B
(function(){ 'use strict'; var //import typeString, // → defined in util.js function something(){ } sequencer.something = something; sequencer.protectedScope.addInitMethod(function(){ typeString = sequencer.protectedScope.typeString; }); }());