Skip to content

Commit

Permalink
fixed last version's bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbobell committed Sep 8, 2015
1 parent 5a3a400 commit 75548f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kity",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "http://kity.baidu.com",
"authors": [
"techird <[email protected]>"
Expand Down
8 changes: 4 additions & 4 deletions dist/kity.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* ====================================================
* kity - v2.0.0 - 2015-09-09
* kity - v2.0.4 - 2015-09-09
* https://github.com/fex-team/kity
* GitHub: https://github.com/fex-team/kity.git
* Copyright (c) 2015 Baidu FEX; Licensed BSD
Expand Down Expand Up @@ -1444,13 +1444,13 @@ _p[10] = {
* @description 获取浏览器所在系统,"Win"->Windows;"Mac"->Mac;"Lux"->Linux
* @type {String}
*/
platform: function() {
platform: function(navigator) {
var _p = {
win32: "Win",
MacIntel: "Mac"
macintel: "Mac"
};
return _p[navigator.platform.toLowerCase()] || "Lux";
},
}(navigator),
/**
* 猎豹,区分两种不同内核
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/kity.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kity",
"title": "kity",
"description": "Kity Graphic Library",
"version": "2.0.0",
"version": "2.0.4",
"homepage": "https://github.com/fex-team/kity",
"author": {
"name": "Baidu FEX",
Expand Down

0 comments on commit 75548f6

Please sign in to comment.