popPage method

void popPage()

Implementation

void popPage(){
  if(this._page.size()>1)this._page.pop();
  update();
}