Nestable
Nestable copied to clipboard
Fixes repeated nestable-id
Using Date.getTime() for generating unique ids is not a good approach and fails when creating multiple lists at once because they're created faster than in 1ms.
I've used the approach commented by James South in http://gan.so/DaAM to generate a unique ID for each Nestable instance.