From a5625675890213f94de7632d4ef152ade627c9a5 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 26 Oct 2015 10:14:24 -0700 Subject: [core] Eliminate use of ClassProperties for layout --- test/fixtures/style_parser/text-size.style.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixtures/style_parser') diff --git a/test/fixtures/style_parser/text-size.style.json b/test/fixtures/style_parser/text-size.style.json index 8c0076197a..ee6a6c39e4 100644 --- a/test/fixtures/style_parser/text-size.style.json +++ b/test/fixtures/style_parser/text-size.style.json @@ -13,7 +13,7 @@ "source": "mapbox", "source-layer": "country_label", "filter": ["==", "$type", "Point"], - "paint": { + "layout": { "text-size": null } }] -- cgit v1.2.1