Skip to content

Commit a845594

Browse files
committed
chg imageView->imageView2
1 parent 6ba08ce commit a845594

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
@@ -17,7 +17,7 @@ function ImageView(mode, width, height, quality, format) {
1717
}
1818

1919
ImageView.prototype.makeRequest = function(url) {
20-
url += '?imageView/' + this.mode;
20+
url += '?imageView2/' + this.mode;
2121

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

0 commit comments

Comments
 (0)