this.update = function()

in api-docs/0.6/lib/index.js [65:68]


    this.update = function() {
        cache.packs = $(".pack");
        cache.liPacks = cache.packs.filter("li");
    }