Pacify eslint

This commit is contained in:
Bryan Housel
2016-10-18 00:44:31 -04:00
parent 24e83189b8
commit ad17220577
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { services } from '../services/index';
import { svgIcon } from '../svg/index';
export function uiTagReference(tag, context) {
export function uiTagReference(tag) {
var taginfo = services.taginfo,
tagReference = {},
button,
+1 -2
View File
@@ -317,9 +317,8 @@ describe('iD.osmWay', function() {
});
describe('#isArea', function() {
var context;
before(function() {
context = iD.Context(window).presets(iD.dataPresets);
iD.Context(window).presets(iD.dataPresets);
});
it('returns false when the way has no tags', function() {