Exemplo n.º 1
0
        protected override void onRegister()
        {
            views = new JsObject<jQuery>();
            mediators = new JsObject<AbstractMediator>();

            //We may eventually want to look for existing elements and hold onto them... not today
            rootElement = jQueryContext.J(decoratedElement);
            rootElement.empty();
        }