Add developers to send arbitrary data to the config page

This commit is contained in:
Keegan
2016-03-11 03:36:00 +11:00
parent b1a6f184ba
commit e5496c62d6
6 changed files with 77 additions and 51 deletions
+2
View File
@@ -21,4 +21,6 @@ module.exports = function() {
toggleBackground.call(coolStuffToggle);
coolStuffToggle.on('change', toggleBackground);
});
console.log('userData: ', Clay.meta.userData);
};