Skip to content

Commit

Permalink
core.js translated to coffeescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cantino committed Aug 27, 2012
1 parent 8f7a56f commit 3b8354f
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 1,022 deletions.
2 changes: 1 addition & 1 deletion bookmarklets/selectorgadget_edge.js
Expand Up @@ -40,7 +40,7 @@ function wait_for_script_load(look_for, callback) {
importJS('http://www.selectorgadget.com/unstable/vendor/jquery.js', 'jQuery', function() { // Load everything else when it is done.
window.jQuerySG = jQuery.noConflict(true);
importJS('http://www.selectorgadget.com/unstable/vendor/diff/diff_match_patch.js', 'diff_match_patch', function() {
importJS('http://www.selectorgadget.com/unstable/lib/dom.js.coffee', 'DomPredictionHelper', function() {
importJS('http://www.selectorgadget.com/unstable/lib/dom.js', 'DomPredictionHelper', function() {
importJS('http://www.selectorgadget.com/unstable/lib/core.js');
});
});
Expand Down

0 comments on commit 3b8354f

Please sign in to comment.