Skip to content

Commit 8dc7663

Browse files
committed
remove last editor js.erb file.
1 parent 2daae12 commit 8dc7663

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/assets/javascripts/editor/editor.js.erb renamed to app/assets/javascripts/editor/editor.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// Note: Directives are only processed if they come before any application code.
2-
// Once you have a line that does not include a comment or whitespace then Sprockets will stop looking for directives.
3-
// If you use a directive outside of the "header" of the document it will not do anything, and won't raise any errors.
4-
// <% config_file = CodeOcean::Config.new(:code_ocean, erb: false) %>
5-
//= depend_on <%= config_file.path.basename %>
6-
71
var CodeOceanEditor = {
82
THEME: window.getCurrentTheme() === 'dark' ? 'ace/theme/tomorrow_night' : 'ace/theme/tomorrow',
93

0 commit comments

Comments
 (0)