Commit 3601391e by Masaru Abe

ソース整理 行末のセミコロン抜け

parent c929b22e
......@@ -5389,7 +5389,7 @@ $("document").ready(function () {
//ストリーミングならデバイス側に初期表示済通知
if(ClientData.isStreamingMode()){
CONTENTVIEW_STREAMING.initPageView()
CONTENTVIEW_STREAMING.initPageView();
}
} else {
......@@ -5415,7 +5415,7 @@ $("document").ready(function () {
//ストリーミングならデバイス側に初期表示済通知
if(ClientData.isStreamingMode()){
CONTENTVIEW_STREAMING.initPageView()
CONTENTVIEW_STREAMING.initPageView();
}
}
......
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