From 8d836d273b2d2d874657da73b3eb76433a32eca9 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 14 Apr 2015 14:17:46 -0300 Subject: [PATCH] Add name for button --- src/privates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/privates.js b/src/privates.js index 95362ce..2f11dc0 100644 --- a/src/privates.js +++ b/src/privates.js @@ -995,7 +995,7 @@ function renderPagination(wizard, options, state) if (options.enablePagination) { var pagination = "<{0} class=\"actions {1}\">", - buttonTemplate = "
  • {1}
  • ", + buttonTemplate = "
  • {1}
  • ", buttons = ""; if (!options.forceMoveForward) @@ -1240,4 +1240,4 @@ function validateArgument(argumentName, argumentValue) { throwError("The argument '{0}' is null or undefined.", argumentName); } -} \ No newline at end of file +}