replacing tabs with spaces. no functional diffs here.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
var rule = new OpenLayers.Rule.FeatureId();
|
||||
rule.destroy();
|
||||
t.eq(rule.symbolizer, null, "symbolizer hash nulled properly");
|
||||
t.eq(rule.symbolizer, null, "symbolizer hash nulled properly");
|
||||
}
|
||||
|
||||
function test_FeatureId_evaluate(t) {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
var rule = new OpenLayers.Rule.Logical();
|
||||
rule.destroy();
|
||||
t.eq(rule.rules, null, "rules array nulled properly");
|
||||
t.eq(rule.rules, null, "rules array nulled properly");
|
||||
}
|
||||
|
||||
function test_Logical_evaluate(t) {
|
||||
|
||||
Reference in New Issue
Block a user