From 88c273752c9e26b80ed26219fe12ee6f01c67a1c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 7 Oct 2014 12:22:58 +0100 Subject: [PATCH] Indent --- src/mkws-team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index 1d155c6..0c373c0 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -95,7 +95,7 @@ mkws.makeTeam = function($, teamName) { m_sortOrder = config.sort_default; m_perpage = config.perpage_default; - // create a parameters array and pass it to the pz2's constructor + // create a parameters array and pass it to the pz2's constructor // then register the form submit event with the pz2.search function // autoInit is set to true on default that.makePz2 = function() { -- 1.7.10.4