#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:
taggon 2010-07-29 01:04:50 +00:00
parent f910599f78
commit b6d9861e4f

View file

@ -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);