Fixed tabs/space mixup

Esse commit está contido em:
Laurent Eschenauer
2013-05-29 21:03:34 +02:00
commit 3c69861faa
4 arquivos alterados com 21 adições e 21 exclusões
+4 -4
Ver Arquivo
@@ -16,13 +16,13 @@
// Bind to navdata events on websockets
var self = this;
this.cockpit.socket.on('navdata', function(data) {
if (!jQuery.isEmptyObject(data)) {
requestAnimationFrame(function() {
this.cockpit.socket.on('navdata', function(data) {
if (!jQuery.isEmptyObject(data)) {
requestAnimationFrame(function() {
self.render(data);
});
}
});
});
// Initial draw
this.draw();