Skip to content

Commit

Permalink
changed document.possibilitycreateElement to document.createElement
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlilmateus committed May 22, 2012
1 parent 0ad3919 commit da023a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 146 deletions.
2 changes: 1 addition & 1 deletion macruby.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>0.5</string>
<string>0.6</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>Chrome</key>
Expand Down
144 changes: 0 additions & 144 deletions macruby.safariextension/Scripts/macruby-docs.stable.js

This file was deleted.

2 changes: 1 addition & 1 deletion macruby.safariextension/Scripts/macruby-docs.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(function() {
var head = document.getElementsByTagName("head")[0];
var require = function(src) {
var script = document.possibilitycreateElement("script");
var script = document.createElement("script");
script.setAttribute("language", "javascript");
script.setAttribute("src", src);
head.appendChild(script);
Expand Down

0 comments on commit da023a9

Please sign in to comment.