mirror of
https://github.com/flynx/object.js.git
synced 2025-12-19 18:01:40 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
df90a282fe
commit
26423c58f3
@ -432,7 +432,7 @@ var myArray = object.Constructor('myArray', Array, {
|
|||||||
Note that all of the following are generic and will work on any relevant
|
Note that all of the following are generic and will work on any relevant
|
||||||
JavaScript object.
|
JavaScript object.
|
||||||
|
|
||||||
For example, this will happily create and array `['a', 'b', 'c']`:
|
For example, this will happily create a normal native array object `['a', 'b', 'c']`:
|
||||||
```javascript
|
```javascript
|
||||||
var l = object.makeRawInstance(null, Array, 'a', 'b', 'c')
|
var l = object.makeRawInstance(null, Array, 'a', 'b', 'c')
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user