Skip to content

Commit

Permalink
git tag 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesinger committed Jan 14, 2011
1 parent 7d819b9 commit 3023f5e
Show file tree
Hide file tree
Showing 73 changed files with 270 additions and 270 deletions.
4 changes: 2 additions & 2 deletions build/ajax/ajax-pkg-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/ajax/ajax-pkg.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/*** /***
* @module ajax * @module ajax
Expand Down
4 changes: 2 additions & 2 deletions build/anim/anim-pkg-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/anim/anim-pkg.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module anim-easing * @module anim-easing
Expand Down
4 changes: 2 additions & 2 deletions build/base/base-pkg-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/base/base-pkg.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module Attribute * @module Attribute
Expand Down
4 changes: 2 additions & 2 deletions build/calendar/calendar-min.css

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

4 changes: 2 additions & 2 deletions build/calendar/calendar-pkg-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/calendar/calendar-pkg.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/* /*
* Date Format 1.2.3 * Date Format 1.2.3
Expand Down
4 changes: 2 additions & 2 deletions build/calendar/calendar.css
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/* 清除浮动 */ /* 清除浮动 */
.ks-clearfix:after { .ks-clearfix:after {
Expand Down
4 changes: 2 additions & 2 deletions build/cookie/cookie-pkg-min.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
KISSY.add("cookie",function(e){var h=document,i=encodeURIComponent,j=decodeURIComponent;e.Cookie={get:function(b){var a;if(e.isString(b)&&b!=="")if(b=h.cookie.match("(?:^| )"+b+"(?:(?:=([^;]*))|;|$)"))a=b[1]?j(b[1]):"";return a},set:function(b,a,f,d,g,k){a=i(a);var c=f;if(typeof c==="number"){c=new Date;c.setTime(c.getTime()+f*864E5)}if(c instanceof Date)a+="; expires="+c.toUTCString();if(e.isString(d)&&d!=="")a+="; domain="+d;if(e.isString(g)&&g!=="")a+="; path="+g;if(k)a+="; secure";h.cookie=b+ KISSY.add("cookie",function(e){var h=document,i=encodeURIComponent,j=decodeURIComponent;e.Cookie={get:function(b){var a;if(e.isString(b)&&b!=="")if(b=h.cookie.match("(?:^| )"+b+"(?:(?:=([^;]*))|;|$)"))a=b[1]?j(b[1]):"";return a},set:function(b,a,f,d,g,k){a=i(a);var c=f;if(typeof c==="number"){c=new Date;c.setTime(c.getTime()+f*864E5)}if(c instanceof Date)a+="; expires="+c.toUTCString();if(e.isString(d)&&d!=="")a+="; domain="+d;if(e.isString(g)&&g!=="")a+="; path="+g;if(k)a+="; secure";h.cookie=b+
"="+a},remove:function(b,a,f,d){this.set(b,"",0,a,f,d)}}}); "="+a},remove:function(b,a,f,d){this.set(b,"",0,a,f,d)}}});
4 changes: 2 additions & 2 deletions build/cookie/cookie-pkg.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module cookie * @module cookie
Expand Down
4 changes: 2 additions & 2 deletions build/core/core-pkg-min.js

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

36 changes: 18 additions & 18 deletions build/core/core-pkg.js
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:57
*/ */
/** /**
* @module ua * @module ua
Expand Down Expand Up @@ -197,9 +197,9 @@ KISSY.add('ua-extra', function(S) {
S.mix(UA, o); S.mix(UA, o);
}); });
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module dom * @module dom
Expand Down Expand Up @@ -2251,9 +2251,9 @@ KISSY.add('dom-insertion', function(S) {
* *
*/ */
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module event * @module event
Expand Down Expand Up @@ -2857,9 +2857,9 @@ KISSY.add('event-focusin', function(S) {
* - webkit 和 opera 已支持 DOMFocusIn/DOMFocusOut 事件,但上面的写法已经能达到预期效果,暂时不考虑原生支持。 * - webkit 和 opera 已支持 DOMFocusIn/DOMFocusOut 事件,但上面的写法已经能达到预期效果,暂时不考虑原生支持。
*/ */
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module node * @module node
Expand Down Expand Up @@ -3245,9 +3245,9 @@ KISSY.add('node-attach', function(S, undefined) {


}); });
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/* /*
http://www.JSON.org/json2.js http://www.JSON.org/json2.js
Expand Down Expand Up @@ -3751,9 +3751,9 @@ KISSY.add('json', function (S) {
}; };
}); });
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/*** /***
* @module ajax * @module ajax
Expand Down Expand Up @@ -4074,9 +4074,9 @@ KISSY.add('ajax', function(S, undef) {
* - [玉伯] 去掉 getJSON 接口,增加 jsonp 接口 * - [玉伯] 去掉 getJSON 接口,增加 jsonp 接口
*/ */
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module anim-easing * @module anim-easing
Expand Down Expand Up @@ -4733,9 +4733,9 @@ KISSY.add('anim-node-plugin', function(S, undefined) {


}); });
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module cookie * @module cookie
Expand Down Expand Up @@ -4819,9 +4819,9 @@ KISSY.add('cookie', function(S) {
* 独立成静态工具类的方式更优。 * 独立成静态工具类的方式更优。
*/ */
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/** /**
* @module Attribute * @module Attribute
Expand Down
4 changes: 2 additions & 2 deletions build/cssbase/base-min.css

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

12 changes: 6 additions & 6 deletions build/cssbase/base.css
@@ -1,7 +1,7 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/* /*
KISSY CSS Reset KISSY CSS Reset
Expand Down Expand Up @@ -60,9 +60,9 @@ summary, time, mark, audio, video {
} }
mark { background: #ff0; } mark { background: #ff0; }
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/* /*
双飞翼栅格布局 Flying Swing Grids Layout 双飞翼栅格布局 Flying Swing Grids Layout
Expand Down Expand Up @@ -99,9 +99,9 @@ build time: ${build.time}
*zoom: 1; *zoom: 1;
} }
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
/* /*
常用的通用样式 Common Style 常用的通用样式 Common Style
Expand Down
4 changes: 2 additions & 2 deletions build/csscommon/common-min.css
@@ -1,6 +1,6 @@
/* /*
Copyright 2011, KISSY UI Library v1.1.7dev Copyright 2011, KISSY UI Library v1.1.7
MIT Licensed MIT Licensed
build time: ${build.time} build time: Jan 14 13:56
*/ */
.ks-hidden{display:none;}.ks-invisible{visibility:hidden;}.ks-clear:after{content:'\20';display:block;height:0;clear:both;}.ks-clear{*zoom:1;}.ks-inline-block{display:inline-block;*display:inline;} .ks-hidden{display:none;}.ks-invisible{visibility:hidden;}.ks-clear:after{content:'\20';display:block;height:0;clear:both;}.ks-clear{*zoom:1;}.ks-inline-block{display:inline-block;*display:inline;}

0 comments on commit 3023f5e

Please sign in to comment.