Minor JSDoc cleanup

This commit is contained in:
crandmck 2014-06-17 13:21:21 -07:00
parent 907163949e
commit 4ff6e0d707
1 changed files with 1 additions and 1 deletions

View File

@ -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];