Skip to content

Commit

Permalink
Remove old script loader from opal-parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Sep 19, 2013
1 parent 5d33396 commit dded0d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
35 changes: 0 additions & 35 deletions stdlib/opal-browser/script_loader.rb

This file was deleted.

2 changes: 0 additions & 2 deletions stdlib/opal-parser.js.erb
@@ -1,4 +1,3 @@
<% require_asset 'opal-browser/script_loader' %>
<% require_asset 'racc' %>
<% require_asset 'strscan' %>

Expand All @@ -16,7 +15,6 @@ Opal.eval = function(str) {
};

function run_ruby_scripts() {
console.log("findhing..");
var tags = document.getElementsByTagName('script');

for (var i = 0, len = tags.length; i < len; i++) {
Expand Down

0 comments on commit dded0d4

Please sign in to comment.