TimeShift-js icon indicating copy to clipboard operation
TimeShift-js copied to clipboard

merge TimeShift Data methods instead of overriding Data

Open melnikaite-apoex opened this issue 11 years ago • 0 comments

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

melnikaite-apoex avatar Jun 25 '14 14:06 melnikaite-apoex