sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
616 stars 88 forks source link

ChUI with jQuery: $.uuidNum not defined #5

Closed grrowl closed 11 years ago

grrowl commented 11 years ago

I simply extended jQuery to include the code already in ChoclateChip. Required in $.subscribe.

$.extend($, {
    uuidNum: function () {
       return Math.floor(((1 + Math.random()) * 0x100000000));
    }
});
sourcebits-robertbiggs commented 11 years ago

This has been resolved in revision: 89dd6c938f.