commento.js: use nounVerb format

This commit is contained in:
Adhityaa 2018-06-10 16:21:18 +05:30
parent 2527fbec55
commit e42f77b4eb

View File

@ -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() {