Make renderIntent private and add a getter
This commit is contained in:
@@ -894,7 +894,7 @@ describe('ol.expr.lib', function() {
|
||||
describe('renderIntent()', function() {
|
||||
|
||||
var feature = new ol.Feature();
|
||||
feature.renderIntent = 'foo';
|
||||
feature.setRenderIntent('foo');
|
||||
|
||||
var isFoo = parse('renderIntent("foo")');
|
||||
var isBar = parse('renderIntent("bar")');
|
||||
|
||||
Reference in New Issue
Block a user