Browse Source

pas2js: doc about -JmXSSIHeader

git-svn-id: trunk@38039 -
Mattias Gaertner 7 years ago
parent
commit
ade2779f93
1 changed files with 4 additions and 3 deletions
  1. 4 3
      utils/pas2js/docs/translation.html

+ 4 - 3
utils/pas2js/docs/translation.html

@@ -2680,9 +2680,10 @@ End.
     <i>-Jminclude</i>.<br>
     <br>
     To show the generated mapping for each line you can use the tool fpc/packages/fcl-js/examples/srcmapdump.<br>
-    <li>According to the specifications sourcemap should start with the XSSI
-    (cross site script inclusion) protection header <i>)]}'</i>. If your browser
-    does not support that, disable it with <i>-JmXSSIHeader-</i>. See here the specs:
+    <li>Option -JmXSSIHeader: According to the specifications sourcemap
+    should start with the XSSI (cross site script inclusion) protection header
+    <i>)]}'</i>. If your browser does not support that,
+    disable it with <i>-JmXSSIHeader-</i>. See here the specs:
     https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.h7yy76c5il9v
     </li>
     </div>