Re-order palette categories, move subflows to top of list.

This commit is contained in:
dceejay
2015-02-25 10:09:39 +00:00
parent 1876b56022
commit 54b0debb3b
2 changed files with 2 additions and 2 deletions

View File

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