Remove Vim mode lines
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
describe('libphonenumber util', function() {
|
||||
|
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
var attributes = {
|
||||
|
@@ -1,6 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
|
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
|
||||
describe('spellChecker', function() {
|
||||
it('should work', function() {
|
||||
assert(window.spellChecker.spellCheck('correct'));
|
||||
|
@@ -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 });
|
||||
|
@@ -1,6 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
describe('ScrollDownButtonView', function() {
|
||||
it('renders with count = 0', function() {
|
||||
var view = new Whisper.ScrollDownButtonView();
|
||||
|
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
|
||||
describe('Threads', function() {
|
||||
it('should be ordered newest to oldest', function() {
|
||||
// Timestamps
|
||||
|
@@ -1,6 +1,3 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
describe('TimestampView', function() {
|
||||
|
Reference in New Issue
Block a user