This commit is contained in:
Josh Pike 2018-04-23 17:11:02 +07:00
commit 9aebcadf1b

View File

@ -122,7 +122,6 @@ function applyStyle() {
} }
return str; return str;
} }
colors.setTheme = function (theme) { colors.setTheme = function (theme) {
@ -186,4 +185,4 @@ for (var map in colors.maps) {
})(map) })(map)
} }
defineProps(colors, init()); defineProps(colors, init());