Make renderIntent private and add a getter

This commit is contained in:
ahocevar
2013-11-11 22:07:18 +01:00
parent 299d729936
commit 0ed208b710
8 changed files with 24 additions and 13 deletions

View File

@@ -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")');