support.js needs to come before event.js (also placed in a temporary setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today).
This commit is contained in:
parent
97323d192f
commit
afaae84a7a
4 changed files with 6 additions and 3 deletions
2
Rakefile
2
Rakefile
|
@ -1,5 +1,5 @@
|
|||
# Basic Rakefile for building jQuery
|
||||
files = [ "intro", "core", "data", "queue", "event", "support", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
|
||||
files = [ "intro", "core", "suppport", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
|
||||
|
||||
date = `git log -1 | grep Date: | sed 's/[^:]*: *//'`.gsub(/\n/, "")
|
||||
version = `cat version.txt`.gsub(/\n/, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue