mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Pacify eslint
This commit is contained in:
@@ -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() {
|
||||
});
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user