- Source:
Members
-
<static> storage
-
undefined: Se devuelve cuando los argumentos son incorrectos
false: Cuando no se cumplen las condiciones necesarias de los métodos
true: todo ha ido de forma correcta- Source:
-
<static> supports
-
Check Support for some functionality or property
- Source:
Methods
-
<static> addStylesheetRules()
-
- Source:
-
<static> clone(obj)
-
[clone description]
Parameters:
Name Type Description obj
Object [description]
- Source:
Returns:
[description]
- Type
- Object
-
<static> contentLoaded(win, fn)
-
[contentLoaded description]
Parameters:
Name Type Description win
Window [description]
fn
function [description]
- Source:
Returns:
[description]
- Type
- void
-
<static> extend()
-
Extend the Basiq object.
Merge the contents of an object onto the basiq prototype to provide new basiq instance methods.
params[0] = target object | boolean (deep copy)- Source:
-
<static> findProp()
-
Find deeply nested objects by attrs = {property: value}
- Source:
-
<static> getIndex(node)
-
[getIndex description]
Parameters:
Name Type Description node
NodeObject [description]
- Source:
Returns:
[description]
- Type
- int
-
<static> getNodeFromIndex(parentNode, index)
-
[getNodeFromIndex description]
Parameters:
Name Type Description parentNode
NodeObject [description]
index
int [number [1-length]]
- Source:
Returns:
[return node]
- Type
- Node
-
<static> getObjectType(obj)
-
[getObjectType description]
Parameters:
Name Type Description obj
Object [description]
- Source:
Returns:
[description]
- Type
- String
-
<static> isPlainObject(description)
-
[isPlainObject description]
Parameters:
Name Type Argument Description description
Object <optional>
- Source:
Returns:
[description]
- Type
- Boolean
-
<static> resize()
-
[resize event with propagation control]
- Source: