plaa / TimeShift-js

Library for mocking JavaScript's Date object
MIT License
65 stars 28 forks source link

merge TimeShift Data methods instead of overriding Data #4

Open melnikaite-apoex opened 10 years ago

melnikaite-apoex commented 10 years ago

it'd be better to merge new methods with Data object instead of overriding Data object, because there are some other libraries that can add their own methods to Data object

so I had to use Date = _.merge(Date, TimeShift.Date) (lodash) instead of Date = TimeShift.Date