Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Nov 25, 2013
1 parent 8634abb commit 905a305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/baw.configuration.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ angular.module('bawApp.configuration', ['url'])

return path;
}
};
}

var paths = {
api: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/directives/bawAnnotationViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ bawds.directive('bawAnnotationViewer', [ 'conf.paths', 'AudioEvent', function (p
modelUpdatesDrawabox(scope, changedAnnotation);
}

// TODO: the following is dodgy as shit, totally breaks separation of concerns.... but it is efficient
// TODO: the following block is dodgy as shit, totally breaks separation of concerns.... but it is efficient
if (changedAnnotation.selected) {
scope.model.selectedAudioEvent = changedAnnotation;
}
Expand Down

0 comments on commit 905a305

Please sign in to comment.