Skip to content

Commit

Permalink
Merge pull request #91 from hanachin/fix_import_path
Browse files Browse the repository at this point in the history
test/type_test.ts: Fix import path
  • Loading branch information
tompng committed Dec 21, 2019
2 parents 83d39c0 + 3bb67a4 commit 0e6f120
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
var modules = { actioncable: window.ActionCable }
var exports = {}
function require(name) { return modules[name] }
<%= File.read File.dirname(__FILE__) + '/../../../core/ActioncableAdapter.js' %>
<%= File.read File.dirname(__FILE__) + '/../../../core/ActionCableAdapter.js' %>
window.ArSyncActionCableAdapter = ActionCableAdapter
}())

0 comments on commit 0e6f120

Please sign in to comment.