book-assets
book-assets copied to clipboard
Files for the O'Reilly book JavaScript Web Applications
Asset.init() at line 138 seems to return nothing.
I put the code as below,somehow the event of click has not been triggered. Could you help suggest? var Tasks = Spine.Controller.create({ events: {"click .item": "click"}, click: function(e){ // Invoked...
on page 47, when localstorage functionality as an option for the module is coded.. The declaration var Module.Localstorage = {.. is used. I guess the dot should be left out