using spaces instead tabs

This commit is contained in:
Nikita Mashukov
2017-10-14 17:46:29 +07:00
parent f92e248e5a
commit bac4da5abe

View File

@@ -219,7 +219,7 @@ export function rendererFeatures(context) {
features.enabledList = function () {
return _keys.filter(function(k) { return _features[k].enabled; });
};
};
features.disabled = function(k) {