Skip to content

Commit 730d148

Browse files
committed
Merge pull request #127 from forrest-mao/develop
chg imageView->imageView2
2 parents 85967c9 + a845594 commit 730d148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/fop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function ImageView(mode, width, height, quality, format) {
1818
}
1919

2020
ImageView.prototype.makeRequest = function(url) {
21-
url += '?imageView/' + this.mode;
21+
url += '?imageView2/' + this.mode;
2222

2323
if (this.width > 0) {
2424
url += '/w/' + this.width;

0 commit comments

Comments
 (0)