Closed grrowl closed 11 years ago
I simply extended jQuery to include the code already in ChoclateChip. Required in $.subscribe.
$.subscribe
$.extend($, { uuidNum: function () { return Math.floor(((1 + Math.random()) * 0x100000000)); } });
This has been resolved in revision: 89dd6c938f.
I simply extended jQuery to include the code already in ChoclateChip. Required in
$.subscribe
.