# File src/Context.rb, line 45
        def reset!
                @elementID = []
                pushElement
                
                @changes = []
        @actionContext = []
        
                @rootStack = []
                
                @action = nil
                
                @state = {}
                @lastBinding = nil
                @lastRoot = nil
        end