Menu.divider constructor

Menu.divider()

Implementation

Menu.divider(){
  this.type = "DIVIDER";
}