Code review changes.

This commit is contained in:
Don Mitchell
2012-12-14 16:51:40 -05:00
parent 0b762fa35f
commit ac7b0334a6
4 changed files with 21 additions and 32 deletions

View File

@@ -37,7 +37,6 @@ CMS.Models.Location = Backbone.Model.extend({
org: this._fieldPattern.exec(payload)[0],
course: this._fieldPattern.exec(payload)[0],
category: this._fieldPattern.exec(payload)[0],
// FIXME handle no trailing /
name: this._fieldPattern.exec(payload)[0]
}
}