git @ Cat's Eye Technologies REDGREEN / 09c45ca
Fix the namespace prefix. Chris Pressey 6 months ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 var onload = function() {
1717 if (++loaded < deps.length) return;
1818
19 var div=DAM.maker('div'), textarea=DAM.maker('textarea'), canvas=DAM.maker('canvas');
19 var div=DAM.maker('div');
2020
2121 /* ----- launch, phase 1: create the UI ----- */
2222 var displayContainer = yoob.makeDiv(container);
4444 DAM.makeSaveable({
4545 editor: editor,
4646 onUpdate: function(text) { controller.performReset(text); },
47 nameSpacePrefix: "yoob:gemooy.js:",
47 nameSpacePrefix: "yoob:redgreen.alp:",
4848 presets: exampleConfigurations
4949 }),
5050 DAM.makeEditable({