Assorted missing requires

This commit is contained in:
Tim Schaub
2016-08-09 00:58:00 -06:00
parent 4e7e0e5324
commit 274b7285f3
12 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
goog.provide('ol.transform');
goog.require('ol.asserts');
/**
* Collection of affine 2d transformation functions. The functions work on an
* array of 6 elements. The element order is compatible with the [SVGMatrix