From b6d9861e4f744f002dd10518f9fab6fb3165d90d Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 29 Jul 2010 01:04:50 +0000 Subject: [PATCH] =?UTF-8?q?#19030803=20js=5Fapp.js=EC=9D=98=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95=20(=EC=9E=A5=ED=98=81=EB=8B=B7?= =?UTF-8?q?=EC=BB=B4=EB=8B=98=20=EC=A0=9C=EB=B3=B4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7615 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/js_app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/js_app.js b/common/js/js_app.js index 68894e1cd..d116113d6 100644 --- a/common/js/js_app.js +++ b/common/js/js_app.js @@ -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); \ No newline at end of file +})(jQuery);