Minor JSDoc cleanup
This commit is contained in:
parent
907163949e
commit
4ff6e0d707
|
@ -57,7 +57,7 @@ function isModelClass(cls) {
|
||||||
*
|
*
|
||||||
* @param {String} name The model name
|
* @param {String} name The model name
|
||||||
* @param {Boolean} forceCreate Whether the create a stub for the given name if a model doesn't exist.
|
* @param {Boolean} forceCreate Whether the create a stub for the given name if a model doesn't exist.
|
||||||
* Returns {*} The model class
|
* @returns {*} The model class
|
||||||
*/
|
*/
|
||||||
ModelBuilder.prototype.getModel = function (name, forceCreate) {
|
ModelBuilder.prototype.getModel = function (name, forceCreate) {
|
||||||
var model = this.models[name];
|
var model = this.models[name];
|
||||||
|
|
Loading…
Reference in New Issue