Update tests and correct style

Update tests to reflect new functionality.

Closes https://github.com/nasa/openmct/issues/1360
This commit is contained in:
Pete Richards
2016-12-20 16:42:12 -08:00
parent 96c054415d
commit 60d1b73160
10 changed files with 179 additions and 345 deletions

View File

@@ -29,7 +29,7 @@ define([
if (!scope.allowSelection) {
scope.allowSelection = function () {
return true;
}
};
}
if (!scope.onSelection) {
scope.onSelection = function () {};