Add mobile category to palette order

This commit is contained in:
Dave Conway-Jones
2015-09-16 22:35:17 +01:00
parent ce22b494ec
commit 90bfe378d0
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 = ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
var core = ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced'];
var categoryContainers = {};