Added deprecated to exclusion list

This commit is contained in:
tjkoury 2014-07-02 17:20:16 -04:00
parent ef6a0e5947
commit 4afda2f53b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
RED.palette = function() {
var exclusion = ['config','unknown'];
var exclusion = ['config','unknown','deprecated'];
var core = ['input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
function createCategoryContainer(category){