make Travis happy by adding comment to the constant in the test

This commit is contained in:
Bart van den Eijnden
2013-03-07 13:57:51 +01:00
parent 0dab671072
commit d56f2bc7aa

View File

@@ -1,5 +1,9 @@
goog.provide('ol.test.parser.ogc.WMSCapabilities_v1_0_0');
/**
* @define {boolean} Whether to enable WMS Capabilities version 1.0.0.
*/
ol.ENABLE_WMSCAPS_1_0_0 = true;
describe('ol.parser.ogc.wmscapabilities_v1_0_0', function() {