commento.js: use nounVerb format
This commit is contained in:
parent
2527fbec55
commit
e42f77b4eb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user