This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
FILE ARCHIVED ON 20:47:04 Mar 27, 2015 AND RETRIEVED FROM THE | |
INTERNET ARCHIVE ON 17:13:50 Apr 6, 2015. | |
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. | |
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. | |
SECTION 108(a)(3)). | |
*/ | |
try { | |
jQuery.cookie = function(e, t, n) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
FILE ARCHIVED ON 2:00:46 Mar 28, 2015 AND RETRIEVED FROM THE | |
INTERNET ARCHIVE ON 17:11:26 Apr 6, 2015. | |
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. | |
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. | |
SECTION 108(a)(3)). | |
*/ | |
try { | |
jQuery.cookie = function(e, t, n) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r.WebSocket = function (e) { | |
this._url = e, | |
this._connectionAttempts = 0, | |
this.on({ | |
"message:refresh": this._onRefresh | |
}, this) | |
}, | |
_.extend(r.WebSocket.prototype, Backbone.Events, { | |
_backoffTime: 2e3, | |
_maximumRetries: 9, |
NewerOlder