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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user