Pacify eslint

This commit is contained in:
Bryan Housel
2016-07-24 17:39:06 -07:00
parent fd0803f89c
commit 747b9f37d5
9 changed files with 9 additions and 10 deletions
+3 -4
View File
@@ -1,7 +1,7 @@
/* global locale: true */
/* global locale:true, t:false */
/* eslint no-console: 0 */
/*
describe('locale', function() {
describe.skip('locale', function() {
var saved, error;
beforeEach(function() {
@@ -31,4 +31,3 @@ describe('locale', function() {
});
});
});
*/
-4
View File
@@ -1,8 +1,4 @@
/* global locale: true */
/* eslint no-console: 0 */
describe('iD.presets.Collection', function() {
var p = {
point: iD.presets.Preset('point', {
name: 'Point',