Root namespace
- Source:
- maria.js, line 1666
Classes
Members
-
<static> find
-
Find an element matching a CSS selector.
See grail.find for description.
- Source:
- maria.js, line 1788
-
<static> findAll
-
Find all elements matching a CSS selector.
See grail.findAll for description.
- Source:
- maria.js, line 1797
-
<static> Leaf
-
See hijos.Leaf for description.
- Source:
- maria.js, line 1773
-
<static> Node
-
See hijos.Node for description.
- Source:
- maria.js, line 1780
-
<static> off
-
Remove an event listener.
See evento.off for description.
- Source:
- maria.js, line 1758
-
<static> on
-
Add an event listener.
See evento.on for description.
- Source:
- maria.js, line 1749
-
<static> purge
-
Purge an event listener of all its subscriptions.
See evento.purge for description.
- Source:
- maria.js, line 1767
Methods
-
<static> borrow(sink, source)
-
Copy properties from the source to the sink.
Parameters:
Name Type Description sink
Object The destination object.
source
Object The source object.
- Source:
- maria.js, line 1702
-
<static> create(obj)
-
Not all browsers supported by Maria have the native
Object.create
from ECMAScript 5.Parameters:
Name Type Description obj
Object The object to be the prototype of the new object
- Source:
- maria.js, line 1684
-
<static> subclass(namespace, name, options)
-
When executing,
this
must be a constructor function.Mix the "subclass" function into your constructor function.
Parameters:
Name Type Argument Description namespace
Object name
string options
Object <optional>
- Source:
- maria.js, line 1722