﻿/* Page Settings */
Page.prototype = 
{
    Name: "teamsList"
    ,teamId:0
    ,Data:{}
};
Page.Name = "teamsList";
Page.Data = Object.extend(Page.Data,
{
    totalEntities:0
    ,limit:50
    ,offset:0
    ,orientation:"desc"
    ,order:"points"
});

Page.Search =
{
    Searching:false
    ,Keywords:""
};
