Skip to content

Commit

Permalink
U: build 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Aug 28, 2013
1 parent 2877412 commit f922637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/detector-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,11 @@
};
detector = parse(userAgent + " " + appVersion + " " + vendor);
detector.parse = parse;
window.detector = detector;
if (typeof define === "function") {
define("arale/detector/1.2.2/detector-debug", [], function(require, exports, module) {
define("arale/detector/1.3.0/detector-debug", [], function(require, exports, module) {
module.exports = detector;
});
} else {
window.detector = detector;
}
})(this);
2 changes: 1 addition & 1 deletion dist/detector.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"family": "arale",
"name": "detector",
"version": "1.2.2",
"version": "1.3.0",
"description": "客户端信息识别模块",
"homepage": "http://aralejs.org/detector",
"author": "冒顿 <[email protected]>",
Expand Down

0 comments on commit f922637

Please sign in to comment.