From 7a01d702ef624dcdf13994ffe429ad772256b29a Mon Sep 17 00:00:00 2001 From: eddiemonge Date: Thu, 26 May 2011 16:49:05 -0700 Subject: [PATCH] trying to sneak this in as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34953852b55..9494835e509 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ init: # Build the minified JS file min: init js - # Build the minified Javascript file + # Build the minified JavaScript file @@head -8 js/jquery.mobile.core.js | ${SED_VER} > ${OUTPUT}/${MIN} @@java -jar build/google-compiler-20110405.jar --js ${OUTPUT}/${JS} --warning_level QUIET --js_output_file ${MIN}.tmp @@cat ${MIN}.tmp >> ${OUTPUT}/${MIN}