Documentation! + some little fixes to add consistency between components

This commit is contained in:
Keegan
2016-02-16 01:03:21 -08:00
parent b0ac596543
commit 24bfc54991
27 changed files with 724 additions and 1010 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function ClayItem(config) {
'Make sure to register it with ClayConfig.registerComponent()');
}
var _templateData = _.extend({}, _component.defaults, config);
var _templateData = _.extend({}, _component.defaults || {}, config);
/** @type {string|null} */
self.id = config.id || null;