//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock JSF_foxx_model_extend /// /// `FoxxModel#extend(instanceProperties, classProperties)` /// /// Extend the Model prototype to add or overwrite methods. /// The first object contains the properties to be defined on the instance, /// the second object those to be defined on the prototype. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////