Fixed extra p in Rakefile.

This commit is contained in:
John Resig 2009-12-07 18:07:15 -08:00
parent 98ce35d52b
commit 77510fec02

View file

@ -1,5 +1,5 @@
# Basic Rakefile for building jQuery
files = [ "intro", "core", "suppport", "data", "queue", "event", "selector", "traversing", "attributes", "manipulation", "css", "ajax", "fx", "offset", "dimensions", "outro" ]
files = [ "intro", "core", "support", "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/, "")