Skip to content

Commit

Permalink
Adding goog.provide and goog.requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Feb 15, 2013
1 parent d2a2201 commit 266111e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/spec/ol/filter/geometryfilter.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
goog.provide('ol.test.filter.Geometry');


describe('ol.filter.Geometry', function() {

describe('constructor', function() {
Expand Down Expand Up @@ -43,3 +46,6 @@ describe('ol.filter.Geometry', function() {
});

});

goog.require('ol.filter.Geometry');
goog.require('ol.filter.GeometryType');

0 comments on commit 266111e

Please sign in to comment.