always permit to pop

This commit is contained in:
Marco Martin 2012-02-14 17:58:53 +01:00
parent 6ac2f22df8
commit 0e9c604043

View File

@ -148,9 +148,6 @@ Item {
// Returns the page instance that was popped off the stack. // Returns the page instance that was popped off the stack.
function pop(page, immediate) function pop(page, immediate)
{ {
if (busy) {
return
}
return Engine.pop(page, immediate); return Engine.pop(page, immediate);
} }