From c84107875c1f77ddc5079d74eaacb8bc16a72bfe Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Fri, 13 Jan 2012 08:12:35 -0800 Subject: [PATCH] Fixes #3429 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8ebdae96..55bf7c97 100644 --- a/Makefile +++ b/Makefile @@ -120,8 +120,8 @@ js: init include=jquery.mobile exclude=jquery,order \ out=${OUTPUT}/${NAME}.compiled.js \ pragmasOnSave.jqmBuildExclude=true \ - wrap.start=build/wrap.start \ - wrap.end=build/wrap.end \ + wrap.startFile=build/wrap.start \ + wrap.endFile=build/wrap.end \ findNestedDependencies=true \ skipModuleInsertion=true \ optimize=none