Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Sep 4, 2012
1 parent ef9f262 commit 4ec6c28
Show file tree
Hide file tree
Showing 11 changed files with 113 additions and 107 deletions.
2 changes: 1 addition & 1 deletion build/dd-min.js

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

2 changes: 1 addition & 1 deletion build/dd.js
@@ -1,7 +1,7 @@
/*
Copyright 2012, KISSY UI Library v1.30rc
MIT Licensed
build time: Sep 4 18:54
build time: Sep 4 20:20
*/
/**
* @ignore
Expand Down
8 changes: 4 additions & 4 deletions build/kissy-min.js

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

12 changes: 6 additions & 6 deletions build/kissy.js
@@ -1,7 +1,7 @@
/*
Copyright 2012, KISSY UI Library v1.30rc
MIT Licensed
build time: Sep 3 17:15
build time: Sep 4 20:20
*/
/**
* @ignore
Expand Down Expand Up @@ -496,11 +496,11 @@ build time: Sep 3 17:15

/**
* The build time of the library.
* NOTICE: '20120903171513' will replace with current timestamp when compressing.
* NOTICE: '20120904202037' will replace with current timestamp when compressing.
* @private
* @type {String}
*/
S.__BUILD_TIME = '20120903171513';
S.__BUILD_TIME = '20120904202037';
})();

return S;
Expand Down Expand Up @@ -5200,7 +5200,7 @@ build time: Sep 3 17:15
// 2k
comboMaxUrlLength: 2048,
charset: 'utf-8',
tag: '20120903171513'
tag: '20120904202037'
}, getBaseInfo()));

// Initializes loader.
Expand Down Expand Up @@ -17974,7 +17974,7 @@ KISSY.add('anim/queue', function (S, DOM) {
/*
Copyright 2012, KISSY UI Library v1.30rc
MIT Licensed
build time: Aug 22 23:29
build time: Sep 4 20:20
*/
/**
* @ignore
Expand Down Expand Up @@ -18027,7 +18027,7 @@ KISSY.add('node/anim', function (S, DOM, Anim, Node, undefined) {
arg0 = args[0];
if (arg0.props) {
arg0.el = elem;
Anim(arg0);
Anim(arg0).run();
} else {
Anim.apply(undefined, [elem].concat(args)).run();
}
Expand Down
4 changes: 2 additions & 2 deletions build/node-min.js

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

4 changes: 2 additions & 2 deletions build/node.js
@@ -1,7 +1,7 @@
/*
Copyright 2012, KISSY UI Library v1.30rc
MIT Licensed
build time: Aug 22 23:29
build time: Sep 4 20:20
*/
/**
* @ignore
Expand Down Expand Up @@ -54,7 +54,7 @@ KISSY.add('node/anim', function (S, DOM, Anim, Node, undefined) {
arg0 = args[0];
if (arg0.props) {
arg0.el = elem;
Anim(arg0);
Anim(arg0).run();
} else {
Anim.apply(undefined, [elem].concat(args)).run();
}
Expand Down

0 comments on commit 4ec6c28

Please sign in to comment.