Skip to content

Commit

Permalink
Rename files in roster subdirectory for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-f committed Apr 19, 2016
1 parent 1c78a04 commit c086a46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analytics_dashboard/static/apps/learners/app/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define([
'marionette',
'learners/common/models/engagement-timeline',
'learners/detail/views/learner-detail',
'learners/roster/views/roster-view'
'learners/roster/views/roster'
], function (
Backbone,
Marionette,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define([
'learners/common/collections/learners',
'learners/common/models/course-metadata',
'learners/common/models/learner',
'learners/roster/views/roster-view',
'learners/roster/views/roster',
'underscore',
'URI'
], function (axe, $, LearnerCollection, CourseMetadataModel, LearnerModel, LearnerRosterView, _, URI) {
Expand Down

0 comments on commit c086a46

Please sign in to comment.