Mercurial > urweb
view tests/jserror.ur @ 1330:452b14d88a10
fix small memory leaks
author | Marc Weber <marco-oweber@gmx.de> |
---|---|
date | Sun, 05 Dec 2010 18:47:54 +0100 |
parents | ba4c230b7231 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <body onload={onError (fn s => alert ("There was an error: " ^ show s)); error <xml>Badder</xml>}/> </xml>