Alert.prototype.setText = function (text) {
  type('text', text, 'String');
  return this._requestJSON('POST', '/alert_text', { text: text });
};