From d62479cbf2aa5b28f0e3ced8f61980a01711b893 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 23 Oct 2009 08:47:40 +0000 Subject: [PATCH] =?UTF-8?q?=EC=83=9D=EC=84=B1=EC=9E=90=EB=A5=BC=20$init=20?= =?UTF-8?q?->=20init=20=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(PHP=20?= =?UTF-8?q?=EB=AC=B8=EB=B2=95=EC=97=90=20=EB=94=B0=EB=9D=BC)?= 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@6886 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/app.js b/common/js/app.js index e5a343002..709f43edb 100644 --- a/common/js/app.js +++ b/common/js/app.js @@ -278,7 +278,7 @@ function getTypeBase() { if ($.isArray(this._messages)) this._messages = []; if ($.isArray(this._binded_fn)) this._binded_fn = []; - if ($.isFunction(this.$init)) { + if ($.isFunction(this.init)) { this.$init.apply(this, arguments); } };