Skip to content

Commit

Permalink
修正注释
Browse files Browse the repository at this point in the history
  • Loading branch information
heeroluo committed Aug 5, 2015
1 parent a49c98d commit 9c850f3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions validator/1.1.x/index-debug.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* JRaiser 2 Javascript Library
* validator - v1.1.0 (2015-07-02T14:32:37+0800)
* validator - v1.1.0 (2015-08-05T10:25:05+0800)
* http://jraiser.org/ | Released under MIT license
*/
define(function(require, exports, module) { 'use strict';
Expand Down Expand Up @@ -89,7 +89,7 @@ return widget.create({
/**
* 发送远程验证前触发
* @event beforesend
* @for Step
* @for Validator
* @param {Object} e 事件参数
* @param {Object} e.sourceEvent 源事件对象
* @param {Array<Element>} e.elements 相关字段元素
Expand Down
2 changes: 1 addition & 1 deletion validator/1.1.x/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion widget/1.1.x/index-debug.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* JRaiser 2 Javascript Library
* widget - v1.1.0 (2015-07-10T15:37:57+0800)
* widget - v1.1.0 (2015-08-05T10:11:55+0800)
* http://jraiser.org/ | Released under MIT license
*/
define(function(require, exports, module) { 'use strict';
Expand Down Expand Up @@ -70,6 +70,7 @@ var WidgetBase = exports.WidgetBase = base.createClass(function() {
/**
* 注册DOM事件监听
* @method _onDOMEvent
* @protected
* @for WidgetBase
* @param {NodeList|Array} elements HTML元素
* @param {String|Array} types 事件类型
Expand Down Expand Up @@ -106,6 +107,7 @@ var WidgetBase = exports.WidgetBase = base.createClass(function() {
/**
* 注销DOM事件监听
* @method _offDOMEvent
* @protected
* @for WidgetBase
* @param {NodeList|Array} [elements] HTML元素。为空时移除所有监听
* @param {String|Array} [types] 事件类型。为空时移除指定元素的所有监听
Expand Down
2 changes: 1 addition & 1 deletion widget/1.1.x/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion xtpl/4.3.x/index-debug.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* JRaiser 2 Javascript Library
* xtemplate wrapper - v4.3.0 (2015-06-12T14:34:42+0800)
* xtemplate wrapper - v4.3.0 (2015-08-05T10:04:13+0800)
* http://jraiser.org/ | Released under MIT license
*/
define(function(require, exports, module) { 'use strict';
Expand Down Expand Up @@ -90,6 +90,7 @@ var XTpl = base.createClass(function(templates, config) {
/**
* 寻找模板(如果找不到,则抛出异常)
* @method _findTpl
* @protected
* @for XTpl
* @param {String} key 模板名
* @return {String} 模板
Expand Down
Loading

0 comments on commit 9c850f3

Please sign in to comment.