Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 375:44b8223f307c
Rename MIN/MAX to MB_MIN/MB_MAX.
- MIN and MAX are conflicted with system's macros.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 01 Apr 2009 02:16:10 +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); }