annotate tests/setInner.js @ 1922:5890ba37827c

Add -print-cinlude command line option
author Sergey Mironov <grrwlf@gmail.com>
date Wed, 06 Nov 2013 13:54:07 +0400
parents 06791667937e
children
rev   line source
adam@1702 1 function setIt(id, html) {
adam@1702 2 setInnerHTML(document.getElementById(id), html);
adam@1702 3 }