Skip to content

Commit

Permalink
Move ext/sizzle into src so it's available in the default Sprockets l…
Browse files Browse the repository at this point in the history
…oad path.
  • Loading branch information
sstephenson committed Dec 2, 2009
1 parent 9d47112 commit 797c231
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sizzle/selector_engine.js → src/selector_engine.js
@@ -1,5 +1,5 @@
Prototype._original_property = window.Sizzle;
//= require "repository/sizzle"
//= require "sizzle"

Prototype.Selector = (function(engine) {
function extend(elements) {
Expand Down
File renamed without changes.

0 comments on commit 797c231

Please sign in to comment.