Skip to content

Commit

Permalink
fix: fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjmpb committed Aug 26, 2024
1 parent 8d19d2c commit 787b7c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lms/static/js/edxnotes/views/notes_factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
'js/edxnotes/plugins/caret_navigation',
'js/edxnotes/plugins/store_error_handler',
'js/edxnotes/plugins/search_override',

'js/edxnotes/plugins/ai_summarize'
'js/edxnotes/plugins/ai_summarize',
], function($, _, Annotator, NotesLogger, NotesCollector) {
var plugins = ['Auth', 'Store', 'Scroller', 'Events', 'Accessibility', 'CaretNavigation', 'Tags', 'AiSummarize'],
getOptions, setupPlugins, getAnnotator;
Expand Down

0 comments on commit 787b7c7

Please sign in to comment.