Remove Vim mode lines

This commit is contained in:
Daniel Gasienica 2018-04-27 17:30:40 -04:00
parent 822850433e
commit 95321e5d3e
81 changed files with 0 additions and 276 deletions

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
'use strict';
describe("ContactBuffer", function() {

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
var getKeysForNumberMap = {};
TextSecureServer.getKeysForNumber = function(number, deviceId) {
var res = getKeysForNumberMap[number];

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
'use strict';
describe("Key generation", function() {

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
'use strict';
describe("Helpers", function() {

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
describe('MessageReceiver', function() {
textsecure.storage.impl = new SignalProtocolStore();
var WebSocket = window.WebSocket;

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
'use strict';
describe('Protocol', function() {

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
'use strict';
describe('Protocol Wrapper', function() {

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
'use strict';
describe("SignalProtocolStore", function() {

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
;(function() {
'use strict';

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
describe('TextSecureWebSocket', function() {
var RealWebSocket = window.WebSocket;
before(function() { window.WebSocket = MockSocket; });