Namespace: Utils

Utils

Misc. utility methods

Source:

Members


<private, static, constant> _DEBUG :boolean

True if development build

Type:
  • boolean
Source:

<static> DEBUG :boolean

True if development build

Type:
  • boolean
Source:

Methods


<static> getEmail() → {string}

Get our email address

Source:
Returns:

email address

Type
string

<static> getEmailBody() → {string}

Get body for an email with basic extension info

Source:
Returns:

text

Type
string

<static> getEmailUrl(subject, body) → {string}

Get encoded url for an email

Parameters:
Name Type Description
subject string

email subject

body string

email body

Source:
Returns:

encoded url

Type
string

<static> getGithubPagesPath() → {string}

Get our Github pages base path

Source:
Returns:

path

Type
string

<static> getGithubPath() → {string}

Get our Github base path

Source:
Returns:

path

Type
string

<static> getIdleSeconds() → {int}

Get the idle time in seconds

Source:
Returns:

idle time in seconds

Type
int