Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 798:210e4d24a3ba
Change linear to relative location shifting and add rotate
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Tue, 31 Aug 2010 14:52:12 +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); }