Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

ui.bootstrap.stackedMap_removeTop_enhancements #5932

Commits on May 28, 2016

  1. ui.bootstrap.stackedMap_removeTop_enhancements

    change:
    return stack.splice(stack.length - 1, 1)[0];
    to:
    return stack.pop()
    deplay committed May 28, 2016
    Configuration menu
    Copy the full SHA
    ec3f5df View commit details
    Browse the repository at this point in the history