Remove gjslint.py

This commit is contained in:
Tim Schaub
2016-01-09 20:13:29 -07:00
parent 0a5d15db50
commit 8d80924ba8
11 changed files with 11 additions and 42 deletions

View File

@@ -5,8 +5,7 @@ describe('ol.geom.MultiLineString', function() {
it('can be constructed with a null geometry', function() {
expect(function() {
var multiLineString = new ol.geom.MultiLineString(null);
multiLineString = multiLineString; // suppress gjslint warning
return new ol.geom.MultiLineString(null);
}).not.to.throwException();
});