js/foundation/control/valueresponder/valueresponder.js in rsence-2.0.0.10.pre vs js/foundation/control/valueresponder/valueresponder.js in rsence-2.0.0.11

- old
+ new

@@ -9,10 +9,11 @@ /*** = Description ** Defines a minimal +HValue+ responder interface. ** It's implemented by default by +HControl+. ***/ +var//RSence.Foundation HValueResponder = HClass.extend({ /** = Description * Binds an HValue compatible instance to the component's valueObj. Also * calls +setValue+. It should not be called from user code, instead @@ -71,7 +72,8 @@ } (this['refresh'] !== undefined) && (typeof this.refresh === 'function') && this.refresh(); } return this; } + +}); -}); \ No newline at end of file