Dylan Drop

Results 1 issues of Dylan Drop

I've been wondering what the reasoning was to make the newId function return `Date().getTime()`, which is essentially random, as opposed to something useful. ``` newId: function() { return new Date().getTime();...