We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945da67 commit ac5188cCopy full SHA for ac5188c
demo/js/qiniu.js
@@ -223,7 +223,7 @@ function QiniuJsSDK() {
223
};
224
225
this.trim = function(text) {
226
- return text === null ? "" : this.trim.call(text);
+ return text === null ? "" : $.trim(text);
227
228
229
//Todo ie7 handler / this.parseJSON bug;
src/qiniu.js
0 commit comments