Skip to content

Frapwings/fendjs-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fendjs-collection

Build Status

Enumerable data model collections, with all Enumerable methods available.

Installation

$ component install Frapwings/fendjs-collection

API

Collection([models])

Initialize a new collection with the given models.

Collection#length()

Return the collection length.

Collection#push(model:Object)

Add model to the collection and return the index.

License

MIT license.

See the LICENSE.

Bitdeli Badge

About

Enumerable data model collections for Fend.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 3.2%