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
*/
(function() {
'use strict';
describe('libphonenumber util', function() {

View file

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

View file

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

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
describe('spellChecker', function() {
it('should work', function() {
assert(window.spellChecker.spellCheck('correct'));

View file

@ -1,6 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
describe('LastSeenIndicatorView', function() {
it('renders provided count', function() {
var view = new Whisper.LastSeenIndicatorView({ count: 10 });

View file

@ -1,6 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
describe('ScrollDownButtonView', function() {
it('renders with count = 0', function() {
var view = new Whisper.ScrollDownButtonView();

View file

@ -1,7 +1,3 @@
/*
* vim: ts=4:sw=4:expandtab
*/
describe('Threads', function() {
it('should be ordered newest to oldest', function() {
// Timestamps

View file

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