From e42f77b4ebad66253d3bdc3e16c38429a6e26df6 Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Sun, 10 Jun 2018 16:21:18 +0530 Subject: [PATCH] commento.js: use nounVerb format --- frontend/js/commento.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/js/commento.js b/frontend/js/commento.js index 764c904..3018e70 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -295,7 +295,7 @@ attr(el, "style", "display: block;"); } - function createErrorElement() { + function errorElementCreate() { var el = create("div"); el.id = ID_ERROR; @@ -955,7 +955,7 @@ function main(callback) { root = $("commento"); - createErrorElement(); + errorElementCreate(); selfGet(function() { commentsGet(function() {