added onpaint to software path

This commit is contained in:
Heilig Benedek 2016-07-27 19:19:53 +02:00
parent 783c9d9218
commit 221714e141
7 changed files with 227 additions and 201 deletions

View file

@ -329,6 +329,6 @@ if (option.file && !option.webdriver) {
startRepl()
} else {
const indexPath = path.join(__dirname, '/index.html')
loadApplicationByUrl(`http://www.e-try.com/black.htm`)
//loadApplicationByUrl(`http://mrdoob.com/lab/javascript/requestanimationframe/`)
//loadApplicationByUrl(`http://www.e-try.com/black.htm`)
loadApplicationByUrl(`http://mrdoob.com/lab/javascript/requestanimationframe/`)
}