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:
@@ -48,7 +48,8 @@ function ClayItem(config) {
|
||||
return self;
|
||||
};
|
||||
|
||||
ClayEvents.call(this, self.$manipulatorTarget);
|
||||
// attach event methods
|
||||
ClayEvents.call(self, self.$manipulatorTarget);
|
||||
|
||||
// attach the manipulator methods to the clayItem
|
||||
_.eachObj(_itemType.manipulator, function(methodName, method) {
|
||||
|
||||
Reference in New Issue
Block a user