CmdUtils: alias injectJs injectJavascript # for completeness

This commit is contained in:
satyr 2010-04-15 08:18:31 +09:00
Родитель 93a0012ffd
Коммит 46b08f59bc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -279,6 +279,7 @@ function injectJavascript(src, callback, document) {
}, false);
doc.body.appendChild(script);
}
CmdUtils.injectJs = injectJavascript;
// === {{{ CmdUtils.loadJQuery(callback, [document]) }}} ===
// Injects the jQuery javascript library into the current tab's document or