Remove lint

This commit is contained in:
Tim Schaub
2016-08-07 13:28:19 -06:00
parent 4373f1bd54
commit feb7713225
11 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ describe('ol', function() {
it('has a name', function() {
var error = new ol.AssertionError(42);
expect(error.name).to.be('AssertionError');
})
});
});
});