Converts the collection into an array of elements.
var collection = Pablo(['circle', 'line', 'a']),
array = collection.toArray();
alert(Pablo.isPablo(collection)); // true
alert(Array.isArray(array)); // true
Converts the collection into an array of elements.
var collection = Pablo(['circle', 'line', 'a']),
array = collection.toArray();
alert(Pablo.isPablo(collection)); // true
alert(Array.isArray(array)); // true
Painting is just another way of keeping a diary.Pablo Picasso