Skip to content

Commit c5011a6

Browse files
author
shengyonggen
committed
修复可视化埋点中找不到元素报错的问题,以及找不到iframe的报错问题
1 parent 64ad70c commit c5011a6

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

dist/1.5.3/sensorsdata.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1.5.3/vendor.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1.5.3/vendor.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1.5.3/vtrack.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

product/sensorsdata.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ if(typeof JSON!=='object'){JSON={}}(function(){'use strict';var rx_one=/^[\],:{}
601601
, slice = ArrayProto.slice
602602
, toString = ObjProto.toString
603603
, hasOwnProperty = ObjProto.hasOwnProperty
604-
, LIB_VERSION = '1.5.2';
604+
, LIB_VERSION = '1.5.3';
605605

606606
// 提供错误日志
607607
var error_msg = [];
@@ -653,6 +653,8 @@ if(typeof JSON!=='object'){JSON={}}(function(){'use strict';var rx_one=/^[\],:{}
653653
}
654654
};
655655

656+
_.logger = logger;
657+
656658
_.extend = function(obj) {
657659
each(slice.call(arguments, 1), function(source) {
658660
for (var prop in source) {

0 commit comments

Comments
 (0)