Commit 125880a2 by onuma

改行位置を修正した。

parent a8699a2a
......@@ -114,7 +114,9 @@ ChatMediaHandler.videoEncodeEnd = function (encodedUri) {
var imageName = new String(res.fileName);
// uploadFileの判断
var extension = imageName.substr(imageName.lastIndexOf(".") + 1).toLowerCase();
var extension = imageName
.substr(imageName.lastIndexOf(".") + 1)
.toLowerCase();
if (res.thumbnailPath && res.thumbnailPath.length > 0) {
imgPath =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment