提交 2610e07b 编写于 作者: Y Yi Hou

remove the usage of due to not working in strict mode.

上级 2dd036d3
......@@ -584,7 +584,7 @@
if ($.isFunction(data)) {
throwError('Unexpect parameter of the "done" Function.');
}
$.fn[pluginName].call(self, data, callback);
self.parseDataSource.call(self, data, callback);
});
} else if (typeof dataSource === 'string') {
if (/^https?|file:/.test(dataSource)) {
......
此差异已折叠。
......@@ -584,7 +584,7 @@
if ($.isFunction(data)) {
throwError('Unexpect parameter of the "done" Function.');
}
$.fn[pluginName].call(self, data, callback);
self.parseDataSource.call(self, data, callback);
});
} else if (typeof dataSource === 'string') {
if (/^https?|file:/.test(dataSource)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册