mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
#19030803 js_app.js의 오타 수정 (장혁닷컴님 제보)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7615 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f910599f78
commit
b6d9861e4f
1 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ _app_base = {
|
|||
* @brief get plugin
|
||||
*/
|
||||
getPlugin : function(sPluginName) {
|
||||
sPluginName = sPluginsName.toLowerCase();
|
||||
sPluginName = sPluginName.toLowerCase();
|
||||
if ($.isArray(this._plugins[sPluginName])) {
|
||||
return this._plugins[sPluginName];
|
||||
} else {
|
||||
|
|
@ -276,4 +276,4 @@ $(function(){ xe.broadcast('ONREADY'); });
|
|||
// load event
|
||||
$(window).load(function(){ xe.broadcast('ONLOAD'); });
|
||||
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue