Skip to content

Commit f261f31

Browse files
authored
Merge pull request #215 from y-yagi/fix_opal_warnings
Fix warnings related with Opal 2
2 parents 0acb76d + 039a628 commit f261f31

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

app/editor.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# backtick_javascript: true
2+
13
# Wrapper for CodeMirror objects
24
class Editor
35
def initialize(dom_id, options)

app/ruby_engine/cruby_wasi.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# await: *await*, loading
2+
# backtick_javascript: true
23

34
require 'await'
45

app/ruby_engine/opal_webworker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# await: *await*, loading
2+
# backtick_javascript: true
23

34
require 'base64'
45
require 'json'

app/try_ruby.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# await: true
2+
# backtick_javascript: true
23

34
require 'dependencies'
45
require 'editor'

0 commit comments

Comments
 (0)