commento.js: use nounVerb format
This commit is contained in:
parent
2527fbec55
commit
e42f77b4eb
@ -295,7 +295,7 @@
|
|||||||
attr(el, "style", "display: block;");
|
attr(el, "style", "display: block;");
|
||||||
}
|
}
|
||||||
|
|
||||||
function createErrorElement() {
|
function errorElementCreate() {
|
||||||
var el = create("div");
|
var el = create("div");
|
||||||
|
|
||||||
el.id = ID_ERROR;
|
el.id = ID_ERROR;
|
||||||
@ -955,7 +955,7 @@
|
|||||||
function main(callback) {
|
function main(callback) {
|
||||||
root = $("commento");
|
root = $("commento");
|
||||||
|
|
||||||
createErrorElement();
|
errorElementCreate();
|
||||||
|
|
||||||
selfGet(function() {
|
selfGet(function() {
|
||||||
commentsGet(function() {
|
commentsGet(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user