Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

EXAMPLES ON SITE DO NOT WORK!!!!

$
0
0
    Paginate = can.Map.extend({
    define: {
    offset: {
    serialize: function(offset){
    return (offset / 20)+1
    }
    }
    }
    });
    p = new Paginate({offset: 40});
    p.serialize() //-> {offset: 3}

EHHHH... NO ITS NOT ITS ACTUALLY >>>



Viewing all articles
Browse latest Browse all 3491

Trending Articles