Move upgrade notes to 3.7 and fix typos

This commit is contained in:
Bart van den Eijnden
2015-07-02 15:23:34 +02:00
parent 4d3e903670
commit 7c207d47bb
3 changed files with 8 additions and 8 deletions

View File

@@ -365,7 +365,7 @@ describe('ol.View', function() {
});
describe('#calculateExtent', function() {
it('returns the expect extent', function() {
it('returns the expected extent', function() {
var view = new ol.View({
resolutions: [512],
zoom: 0,
@@ -400,7 +400,7 @@ describe('ol.View', function() {
resolutions: [200, 100, 50, 20, 10, 5, 2, 1]
});
});
it('fit correctly to the geometry', function() {
it('fits correctly to the geometry', function() {
view.fit(
new ol.geom.LineString([[6000, 46000], [6000, 47100], [7000, 46000]]),
[200, 200],