Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 539:ce11e889ea4e Android_Skia
Simplify dirty area for coords that should be totally redraw
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 24 May 2010 16:27:25 +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); }