Base

A base class which objects requiring attributes and custom event support can extend. attributes configured through the static Base.ATTRS property for each class in the hierarchy will be initialized by Base.

parents: Attribute, Event.Target

defined in: base.js

Class

Attributes

  • Base. ATTRS {Object} <static> The default set of attributes which will be available for instances of this class, and their configuration By default if the value is an object literal or an array it will be "shallow" cloned, to protect the default value.

Methods

Class Detail

  • Base ()

    A base class which objects requiring attributes and custom event support can extend. attributes configured through the static Base.ATTRS property for each class in the hierarchy will be initialized by Base.

Attributes Detail

  • Base. ATTRS {Object} <static> The default set of attributes which will be available for instances of this class, and their configuration By default if the value is an object literal or an array it will be "shallow" cloned, to protect the default value.

Methods Detail

blog comments powered by Disqus
Top