Give ol.style.IconImageCache its own file

This commit is contained in:
Tim Schaub
2016-08-09 08:56:15 -06:00
parent 274b7285f3
commit a70c6f916b
6 changed files with 106 additions and 101 deletions

View File

@@ -3,8 +3,9 @@ goog.provide('ol.test.style.IconImageCache');
goog.require('ol');
goog.require('ol.events');
goog.require('ol.style.IconImage');
goog.require('ol.style');
goog.require('ol.style.Icon');
goog.require('ol.style.IconImage');
describe('ol.style.Icon', function() {