mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-01 14:47:37 -04:00
add JSdoc to clarify ClayItem and ClayConfig props
This commit is contained in:
@@ -70,7 +70,8 @@ function ClayConfig(settings, config, $rootContainer) {
|
||||
return _settings;
|
||||
};
|
||||
|
||||
ClayEvents.call(this, $rootContainer);
|
||||
// attach event methods
|
||||
ClayEvents.call(self, $rootContainer);
|
||||
|
||||
/**
|
||||
* Add item(s) to the config
|
||||
|
||||
Reference in New Issue
Block a user