WebDemoCanvas test files synched with actual version in WD

This commit is contained in:
pTalanov
2012-06-05 16:46:52 +04:00
parent c5ebfdcea7
commit d11b0a617c
3 changed files with 12 additions and 4 deletions
@@ -8,9 +8,10 @@ package fancylines
import js.dom.html5.*
import js.dom.html.window
import js.jquery.*
fun main(args: Array<String>) {
window.onload = {
jq {
FancyLines().run()
}
}
@@ -63,4 +64,4 @@ class FancyLines() {
window.setInterval({line()}, 40);
window.setInterval({blank()}, 100);
}
}
}