mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
98aa84ee9f
commit
4c3505c735
10
README.md
10
README.md
@ -433,9 +433,13 @@ var myArray = object.Constructor('myArray', Array, {
|
|||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
Note that all of the bellow are generic and will work on any JavaScript
|
Note that all of the following are generic and will work on any relevant
|
||||||
object, e.g. `object.makeRawInstance(null, Array, 'a', 'b', 'c')` will
|
JavaScript object.
|
||||||
happily produce `['a', 'b', 'c']` and so on...
|
|
||||||
|
For example this will happily create and array `['a', 'b', 'c']`...
|
||||||
|
```javascript
|
||||||
|
var l = object.makeRawInstance(null, Array, 'a', 'b', 'c')
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### `sources(..)`
|
### `sources(..)`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user