From f8dd89b2696548106c7dddc931afb1c2c7b87427 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Thu, 22 Dec 2011 09:49:33 -0800 Subject: [PATCH] AMDized --- tests/unit/page-sections/index.html | 18 +++++++++++++----- tests/unit/page-sections/page_core.js | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/tests/unit/page-sections/index.html b/tests/unit/page-sections/index.html index 96fe88df..96533c0e 100644 --- a/tests/unit/page-sections/index.html +++ b/tests/unit/page-sections/index.html @@ -7,14 +7,22 @@ - - - - + + - + + diff --git a/tests/unit/page-sections/page_core.js b/tests/unit/page-sections/page_core.js index 38bb6e88..aa1c1d73 100644 --- a/tests/unit/page-sections/page_core.js +++ b/tests/unit/page-sections/page_core.js @@ -2,7 +2,7 @@ * mobile page unit tests */ (function($){ - var libName = 'jquery.mobile.page.js'; + var libName = 'jquery.mobile.page.sections.js'; module(libName);