Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurence-hudson-tessella committed Nov 17, 2015
1 parent 8cfa0b6 commit c853e87
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
* Copyright (c) 2015 University of Oxford
*/
define([
"app/admin/HealthMapAdministrationViewModel",
"shared/app/BaseTableViewModel"
], function (HealthMapAdministrationViewModel, BaseTableViewModel) {
"app/admin/HealthMapAdministrationViewModel"
], function (HealthMapAdministrationViewModel) {
"use strict";

describe("The 'HealthMapAdministrationViewModel' view model", function () {
Expand Down

0 comments on commit c853e87

Please sign in to comment.