function handleForwardButton()

in Radii8Designer/html-template/history/history.js [313:319]


    function handleForwardButton() {
        //summary: private method. Do not call this directly.

        var last = forwardStack.pop();
        if (!last) { return; }
        backStack.push(last);
    }