mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
생성자를 $init -> init 으로 변경 (PHP 문법에 따라)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6886 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3bd1548d7b
commit
d62479cbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ function getTypeBase() {
|
||||||
if ($.isArray(this._messages)) this._messages = [];
|
if ($.isArray(this._messages)) this._messages = [];
|
||||||
if ($.isArray(this._binded_fn)) this._binded_fn = [];
|
if ($.isArray(this._binded_fn)) this._binded_fn = [];
|
||||||
|
|
||||||
if ($.isFunction(this.$init)) {
|
if ($.isFunction(this.init)) {
|
||||||
this.$init.apply(this, arguments);
|
this.$init.apply(this, arguments);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue