sightmachine / simplecv-js

A Javascript/Coffeescript companion library to SimpleCV
247 stars 37 forks source link

Changed the visibility of some private functions #33

Closed SantiMunin closed 11 years ago

SantiMunin commented 11 years ago

Notice that now '=>' are '->'. This is the way we define a private function in coffeescript. I did it because I read some comments which said they should be private functions.

I tested it and it works.