Remove extraneous comment.
[mkws-moved-to-github.git] / 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();