Remove extraneous comment.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:41:14 +0000 (11:41 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:41:14 +0000 (11:41 +0000)
src/mkws-team.js

index 6d67c53..c529c1e 100644 (file)
@@ -314,7 +314,6 @@ function team($, teamName) {
     }
 
 
-    // simple paging functions
     that.pagerNext = function () {
        if (m_totalRecordCount - m_perpage*m_currentPage > 0) {
             m_paz.showNext();