add JSdoc to clarify ClayItem and ClayConfig props

This commit is contained in:
Keegan
2016-01-28 15:09:11 -08:00
parent f5e2dbe5a3
commit 9da9edbb78
3 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -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) {