From: John Resig Date: Tue, 8 Dec 2009 02:07:15 +0000 (-0800) Subject: Fixed extra p in Rakefile. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=77510fec025e654a8d2fdc6b2cbb564c159b3204;p=jquery.git Fixed extra p in Rakefile. --- diff --git a/Rakefile b/Rakefile index c0cafc9..92176a6 100644 --- a/Rakefile +++ b/Rakefile @@ -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/, "")