File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ var Utils = {
160
160
if ( pos !== undefined ) {
161
161
oError . pos = pos ;
162
162
}
163
- if ( line !== undefined ) {
163
+ // Safari: Some additional properties are already defined: line, column. Shall we use "cause" property now?
164
+ if ( line !== oError . line ) {
164
165
oError . line = line ;
165
166
}
166
167
if ( hidden !== undefined ) {
Original file line number Diff line number Diff line change 4
4
< meta http-equiv ="content-type " content ="text/html; charset=UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< link rel ="stylesheet " href ="cpcbasic.css " />
7
- < title id ="title "> CPC Basic v0.10.9 </ title >
7
+ < title id ="title "> CPC Basic v0.10.10 </ title >
8
8
</ head >
9
9
10
10
< body id ="pageBody ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cpcbasic" ,
3
- "version" : " 0.10.9 " ,
3
+ "version" : " 0.10.10 " ,
4
4
"description" : " # CPCBasic - Run CPC BASIC in a Browser" ,
5
5
"main" : " cpcbasic.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments