mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.js: use nounVerb format
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user