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

Conversation

deplay
Copy link
Contributor

@deplay deplay commented May 28, 2016

change:
return stack.splice(stack.length - 1, 1)[0];
to:
return stack.pop()

change:
return stack.splice(stack.length - 1, 1)[0];
to:
return stack.pop()
@wesleycho wesleycho added this to the 2.0.0 milestone May 28, 2016
@wesleycho wesleycho closed this in a075824 May 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants