Merge branch 'master' of github.com:openlayers/ol3 into interim-tiles

This commit is contained in:
Tim Schaub
2013-02-19 08:59:23 -07:00
31 changed files with 1682 additions and 172 deletions
@@ -198,6 +198,8 @@ ol.renderer.webgl.ImageLayer.prototype.renderFrame =
this.image_ = image;
this.texture_ = texture;
this.updateAttributions(frameState.attributions, image.getAttributions());
}
};