Fixed a few bugs and cleaned up code. Select elements now can have their value set correctly when using the value function.

This commit is contained in:
2020-09-28 09:02:57 -07:00
parent 2d01b8fafb
commit a05ce20610
2 changed files with 63 additions and 16 deletions

View File

@ -249,6 +249,7 @@ class IgniteRenderingContext {
IgniteRenderingContext.RenderCount = IgniteRenderingContext.Stack.pop();
}
}
static ready(callback) {
//Setup the callbacks if it's not init'd.
if (!IgniteRenderingContext.ReadyCallbacks) {