Fix typo in where-function
I wonder how this has ever worked before. Black magic.
This commit is contained in:
@@ -502,7 +502,7 @@ goog.require('ol.renderer.webgl.Map');
|
||||
}
|
||||
return {
|
||||
describe: features[key] ? global.describe : global.xdescribe,
|
||||
it: features[key] ? global.id : global.xit
|
||||
it: features[key] ? global.it : global.xit
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user