Move ext/sizzle into src so it's available in the default Sprockets load path.
This commit is contained in:
parent
9d4711281d
commit
797c231bfa
|
@ -1,5 +1,5 @@
|
|||
Prototype._original_property = window.Sizzle;
|
||||
//= require "repository/sizzle"
|
||||
//= require "sizzle"
|
||||
|
||||
Prototype.Selector = (function(engine) {
|
||||
function extend(elements) {
|
Loading…
Reference in New Issue