Skip to content

Commit

Permalink
fix utf-8 cache in gbk page on ie6. Fixes #351
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed May 6, 2013
1 parent 5aa96eb commit 3dc852e
Show file tree
Hide file tree
Showing 13 changed files with 129 additions and 73 deletions.
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.

6 changes: 3 additions & 3 deletions build/kissy-nodejs-min.js

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

8 changes: 4 additions & 4 deletions build/kissy-nodejs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2013, KISSY UI Library v1.40dev
MIT Licensed
build time: Apr 17 13:36
build time: May 6 10:27
*/
/**
* @ignore
Expand Down Expand Up @@ -39,11 +39,11 @@ var KISSY = (function (undefined) {

/**
* The build time of the library.
* NOTICE: '20130417133636' will replace with current timestamp when compressing.
* NOTICE: '20130506102739' will replace with current timestamp when compressing.
* @private
* @type {String}
*/
__BUILD_TIME: '20130417133636',
__BUILD_TIME: '20130506102739',
/**
* KISSY Environment.
* @private
Expand Down Expand Up @@ -5228,7 +5228,7 @@ var KISSY = (function (undefined) {
// file limit number for a single combo url
comboMaxFileNum: 40,
charset: 'utf-8',
tag: '20130417133636'
tag: '20130506102739'
}, getBaseInfo()));
}

Expand Down

0 comments on commit 3dc852e

Please sign in to comment.