mirror of https://github.com/jkjoy/sunpeiwen.git
21 lines
411 B
JavaScript
21 lines
411 B
JavaScript
// Generated by CoffeeScript 1.10.0
|
|
|
|
/* jshint node:true */
|
|
|
|
|
|
/* jshint -W097 */
|
|
|
|
(function() {
|
|
'use strict';
|
|
module.exports = {
|
|
NOT_YET_CONNECTED: 'not yet connected',
|
|
CONNECTING: 'connecting',
|
|
CONNECTED: 'connected',
|
|
LOGGING_OUT: 'logging out',
|
|
DISCONNECTING: 'disconnecting',
|
|
DISCONNECTED: 'disconnected',
|
|
RECONNECTING: 'reconnecting'
|
|
};
|
|
|
|
}).call(this);
|