質問編集履歴

4

2017/08/31 05:24

投稿

Kussy-
Kussy-

スコア59

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- <code>
31
+ ```
32
32
 
33
33
  345 //We use execScript on Internet Explorer
34
34
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  350 })( data );
44
44
 
45
- </code>
45
+ ```
46
46
 
47
47
 
48
48
 

3

2017/08/31 05:24

投稿

Kussy-
Kussy-

スコア59

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- ```
31
+ <code>
32
32
 
33
33
  345 //We use execScript on Internet Explorer
34
34
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  350 })( data );
44
44
 
45
- ```
45
+ </code>
46
46
 
47
47
 
48
48
 

2

2017/08/31 02:17

投稿

Kussy-
Kussy-

スコア59

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- '''
31
+ ```
32
32
 
33
33
  345 //We use execScript on Internet Explorer
34
34
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  350 })( data );
44
44
 
45
- '''
45
+ ```
46
46
 
47
47
 
48
48
 

1

2017/08/31 02:13

投稿

Kussy-
Kussy-

スコア59

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,10 @@
26
26
 
27
27
  該当箇所近辺は以下の通りでした。
28
28
 
29
+
30
+
31
+ '''
32
+
29
33
  345 //We use execScript on Internet Explorer
30
34
 
31
35
  346 //We use an anonymos function so that context is window
@@ -37,6 +41,8 @@
37
41
  349 window["eval"].call( window,data);//jscs'ignore requireDotNotation
38
42
 
39
43
  350 })( data );
44
+
45
+ '''
40
46
 
41
47
 
42
48