view inkscape/firefox/content/MadBuilderOverlay.js @ 1064:16c69756ef5d

Add NodeObserver to monitor the change of the layer and update it in the scene editor.
author wycc
date Tue, 30 Nov 2010 03:52:43 +0800
parents 63aaf96209cd
children
line wrap: on
line source

function start_madbuilder() {
    var url = "chrome://MadBuilder/content/madbuilder.html";
    var browser = document.getElementById("content");

    browser.loadURI(url, null, null, true);
}