brangerbriz / liBB.js

A JavaScript library/framework for creating interactive && generative apps + installations in/out of the browser
http://libb.brangerbriz.com/
GNU General Public License v3.0
1 stars 2 forks source link

@Chainable property should be visible in the docs somewhere. #10

Closed brannondorsey closed 9 years ago

brannondorsey commented 9 years ago

See how many BB.Vector2 methods return this so that methods can be chained. There is an @chainable property that should be used to illustrate to a user reading the docs that this method is chainable.

brannondorsey commented 9 years ago

This is actually showing up in the generated docs by default. My B.