Download:
child 248:b0ab699aeb36
parent 246:4560368cfe4e
247:fcca53a2f523
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 15:17:36 +0800
coffee: update compiler to 1.11.1, recompile

14 файлов изменено, 16 вставок(+), 16 удалений(-) [+]
js/calls.js file | annotate | diff | comparison | revisions
js/contacts.js file | annotate | diff | comparison | revisions
js/favicon.js file | annotate | diff | comparison | revisions
js/forms.js file | annotate | diff | comparison | revisions
js/index.js file | annotate | diff | comparison | revisions
js/messages.js file | annotate | diff | comparison | revisions
js/progress.js file | annotate | diff | comparison | revisions
js/register.js file | annotate | diff | comparison | revisions
js/rivets.js file | annotate | diff | comparison | revisions
js/sidebar.js file | annotate | diff | comparison | revisions
js/tram.js file | annotate | diff | comparison | revisions
js/tram.js.map file | annotate | diff | comparison | revisions
js/webrtc.js file | annotate | diff | comparison | revisions
js/xmpp.js file | annotate | diff | comparison | revisions
--- a/js/calls.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/calls.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
--- a/js/contacts.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/contacts.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty,
--- a/js/favicon.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/favicon.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
--- a/js/forms.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/forms.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
--- a/js/index.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/index.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var $form, _saveCapsCache, _saveSettings, connectfn, enableCSI, enableCarbons, getChat, getClientInfo, getContact, getContactProfile, getServerInfo, getServerVersion, getStamp, getText, loadCapsCache, loadSettings, onAnyError, onChatMessage, onChatState, onConnected, onDisconnected, onGetLast, onGetTime, onGetVersion, onPing, onPresence, onWebRTC, saveCapsCache, saveSettings, sendMessage,
indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
@@ -324,7 +324,7 @@
xmlns: Tram.NS.PRIVATE
});
okcb = function(stanza) {
- var data, el, error;
+ var data, el;
el = stanza.getElementsByTagName('settings')[0];
if ((el != null ? el.firstChild : void 0) != null) {
try {
@@ -382,7 +382,7 @@
xmlns: Tram.NS.PRIVATE
});
okcb = function(stanza) {
- var data, el, error;
+ var data, el;
el = stanza.getElementsByTagName('capscache')[0];
if ((el != null ? el.firstChild : void 0) != null) {
try {
--- a/js/messages.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/messages.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
--- a/js/progress.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/progress.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
--- a/js/register.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/register.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var cancelfn, registerfn, savefn;
--- a/js/rivets.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/rivets.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var slice = [].slice,
indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
--- a/js/sidebar.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/sidebar.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
--- a/js/tram.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/tram.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
--- a/js/tram.js.map Sat Dec 03 15:06:35 2016 +0800
+++ b/js/tram.js.map Sat Dec 03 15:17:36 2016 +0800
@@ -6,5 +6,5 @@
"coffee/tram.coffee"
],
"names": [],
- "mappings": ";AAAA;AAAA,MAAA;;;EAAA,MAAM,CAAC,IAAP,GACE;IAAA,IAAA,EACE;MAAA,MAAA,EAAQ,SAAR;MACA,OAAA,EAAS,KADT;MAEA,GAAA,EAAK,mCAFL;KADF;IAKA,EAAA,EACE;MAAA,OAAA,EAAS,iBAAT;MACA,MAAA,EAAQ,gBADR;KANF;IASA,MAAA,EACE;MAAA,IAAA,EAAM,QAAQ,CAAC,IAAf;MACA,MAAA,EAAQ,QAAQ,CAAC,QADjB;MAEA,UAAA,EAAY;QAAC;UACX,IAAA,EAAM,gCADK;SAAD,EAET;UACD,IAAA,EAAM,8BADL;SAFS;OAFZ;MAOA,SAAA,EAAW,IAPX;MAQA,YAAA,EAAc,EAAA,GAAK,IARnB;KAVF;IAoBA,MAAA,EACE;MAAA,IAAA,EACE;QAAA,IAAA,EAAM,SAAN;QACA,MAAA,EAAQ,SADR;QAEA,IAAA,EAAM,SAFN;QAGA,EAAA,EAAI,SAHJ;QAIA,OAAA,EAAS,MAJT;QAKA,SAAA,EAAS,SALT;OADF;MAOA,MAAA,EAAQ,CACN,SADM,EAEN,SAFM,EAGN,SAHM,EAIN,SAJM,EAKN,SALM,EAMN,SANM,EAON,SAPM,EAQN,SARM,EASN,SATM,EAUN,SAVM,CAPR;KArBF;;;EA0CI,MAAM,CAAC,IAAI,CAAC;;;;;;;;;KAAmB,QAAQ,CAAC;;EAGxC,MAAM,CAAC,IAAI,CAAC;;;;;;;0BAChB,QAAA,GACE;MAAA,IAAA,EAAM,SAAN;MACA,GAAA,EAAK,QADL;;;;;KAFkC,QAAQ,CAAC;;EAMzC,MAAM,CAAC,IAAI,CAAC;;;;;;;6BAChB,QAAA,GACE;MAAA,UAAA,EAAY,IAAZ;;;;;KAFqC,QAAQ,CAAC;AApDlD"
+ "mappings": ";AAAA;AAAA,MAAA;;;EAAA,MAAM,CAAC,IAAP,GACE;IAAA,IAAA,EACE;MAAA,MAAA,EAAQ,SAAR;MACA,OAAA,EAAS,KADT;MAEA,GAAA,EAAK,mCAFL;KADF;IAKA,EAAA,EACE;MAAA,OAAA,EAAS,iBAAT;MACA,MAAA,EAAQ,gBADR;KANF;IASA,MAAA,EACE;MAAA,IAAA,EAAM,QAAQ,CAAC,IAAf;MACA,MAAA,EAAQ,QAAQ,CAAC,QADjB;MAEA,UAAA,EAAY;QAAC;UACX,IAAA,EAAM,gCADK;SAAD,EAET;UACD,IAAA,EAAM,8BADL;SAFS;OAFZ;MAOA,SAAA,EAAW,IAPX;MAQA,YAAA,EAAc,EAAA,GAAK,IARnB;KAVF;IAoBA,MAAA,EACE;MAAA,IAAA,EACE;QAAA,IAAA,EAAM,SAAN;QACA,MAAA,EAAQ,SADR;QAEA,IAAA,EAAM,SAFN;QAGA,EAAA,EAAI,SAHJ;QAIA,OAAA,EAAS,MAJT;QAKA,CAAA,OAAA,CAAA,EAAS,SALT;OADF;MAOA,MAAA,EAAQ,CACN,SADM,EAEN,SAFM,EAGN,SAHM,EAIN,SAJM,EAKN,SALM,EAMN,SANM,EAON,SAPM,EAQN,SARM,EASN,SATM,EAUN,SAVM,CAPR;KArBF;;;EA0CI,MAAM,CAAC,IAAI,CAAC;;;;;;;;;KAAmB,QAAQ,CAAC;;EAGxC,MAAM,CAAC,IAAI,CAAC;;;;;;;0BAChB,QAAA,GACE;MAAA,IAAA,EAAM,SAAN;MACA,GAAA,EAAK,QADL;;;;;KAFkC,QAAQ,CAAC;;EAMzC,MAAM,CAAC,IAAI,CAAC;;;;;;;6BAChB,QAAA,GACE;MAAA,UAAA,EAAY,IAAZ;;;;;KAFqC,QAAQ,CAAC;AApDlD"
}
\ No newline at end of file
--- a/js/webrtc.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/webrtc.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
--- a/js/xmpp.js Sat Dec 03 15:06:35 2016 +0800
+++ b/js/xmpp.js Sat Dec 03 15:17:36 2016 +0800
@@ -1,4 +1,4 @@
-// Generated by CoffeeScript 1.10.0
+// Generated by CoffeeScript 1.11.1
(function() {
var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };