rgertenbach / JSplyr

A dplyr inspired way to manipulate data in Google Apps Script (and JS in general)
MIT License
1 stars 0 forks source link

Rebuild JSplyr to use Prototypes #23

Closed rgertenbach closed 8 years ago

rgertenbach commented 8 years ago

Current model creates new objects with their own identical methods but they are unique to the object. They should all share the same prototype.