Allow custom layouts in the color picker and automatically choose a layout based on platform

This commit is contained in:
Keegan
2016-03-14 01:01:13 +11:00
parent 756cdc0d9e
commit 12b0ae9bd6
4 changed files with 397 additions and 94 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
},
"rules": {
"new-cap": [0],
"max-params": [2, 4],
"max-params": [2, 5],
"require-jsdoc": [2, {
"require": {
"FunctionDeclaration": true,