From a4d259c33f9bb890bba97fd89552720e3e0ec09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 10 Oct 2016 17:16:37 +0200 Subject: [core] move gl::Context to Backend and refactor View --- scripts/generate-style-code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generate-style-code.js b/scripts/generate-style-code.js index 77aecbe18c..dcb527e8c9 100644 --- a/scripts/generate-style-code.js +++ b/scripts/generate-style-code.js @@ -28,7 +28,7 @@ global.propertyType = function (property) { if (/-translate-anchor$/.test(property.name)) { return 'TranslateAnchorType'; } - if (/-(rotation|pitch)-alignment$/.test(property.name)) { + if (/-(rotation|pitch|illumination)-alignment$/.test(property.name)) { return 'AlignmentType'; } switch (property.type) { -- cgit v1.2.1