Merge pull request #1232 from fredj/describe.only

Use describe instead of describe.only
This commit is contained in:
Frédéric Junod
2013-11-05 08:02:08 -08:00

View File

@@ -1,6 +1,6 @@
goog.provide('ol.test.coordinate');
describe.only('ol.coordinate', function() {
describe('ol.coordinate', function() {
describe('#closestOnSegment', function() {
it('can handle points where the foot of the perpendicular is closest',