@@ -8,4 +8,6 @@ This page documents research results for building out live JavaScript developmen
* Using a [canvas demo](https://github.com/chrislongo/html5-canvas-demo)
* The framerate does *not* appear to be affected by having the ScriptAgent loaded (I had a theory about the blinking in TodoMVC. Turned out to be false)
* not surprisingly, making a change to `initPalette` live has no effect
* changing `smooth`, on the other hand, works fine
\ No newline at end of file
* changing `smooth`, on the other hand, works fine
* changing a script in the HTML page has no effect
* adding code outside of a function block in the script file has no effect