mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
change author
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08022a1ddb
commit
dbc18a4f99
391 changed files with 1025 additions and 1025 deletions
|
|
@ -1,11 +1,11 @@
|
|||
/**
|
||||
* @file common/js/xe.min.js
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief XE Common JavaScript
|
||||
**/
|
||||
/**
|
||||
* @file js_app.js
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief XE JavaScript Application Framework (JAF)
|
||||
* @namespace xe
|
||||
* @update 20100701
|
||||
|
|
@ -284,7 +284,7 @@ $(window).load(function(){ xe.broadcast('ONLOAD'); });
|
|||
})(jQuery);
|
||||
/**
|
||||
* @file common.js
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
|
||||
**/
|
||||
|
||||
|
|
@ -1428,7 +1428,7 @@ function xml2json(xml, tab, ignoreAttrib) {
|
|||
(function($){
|
||||
/**
|
||||
* @brief exec_xml
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
**/
|
||||
$.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
|
||||
var xml_path = request_uri+"index.php"
|
||||
|
|
@ -1701,7 +1701,7 @@ $(function($){
|
|||
})(jQuery);
|
||||
/**
|
||||
* @file common/js/xml_js_filter.js
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief xml filter (validator) plugin
|
||||
*
|
||||
* A rule is a method validate one field.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue