Make spec indentation pass strict mode

This commit is contained in:
Tom Payne
2013-03-04 20:47:20 +01:00
parent 9b122815ce
commit f6fe7bd36c
10 changed files with 106 additions and 106 deletions
+2 -3
View File
@@ -7,9 +7,8 @@ describe('ol.ResolutionConstraint', function() {
var resolutionConstraint;
beforeEach(function() {
resolutionConstraint =
ol.ResolutionConstraint.createSnapToResolutions(
[1000, 500, 250, 100]);
resolutionConstraint = ol.ResolutionConstraint.createSnapToResolutions(
[1000, 500, 250, 100]);
});
describe('delta 0', function() {