Kevin SawickiUse commas
dd3694e (parent 2294b4d)10/19/2015, 10:25:08 PM
Use commas
+ 2
- 2
@@ -5,8 +5,8 @@
   </head>
   <body>
     <h1>Hello World!</h1>
-    We are using node <script>document.write(process.version)</script>
-    and Chrome <script>document.write(process.versions.chrome)</script>.
+    We are using node <script>document.write(process.versions.node)</script>,
+    Chrome <script>document.write(process.versions.chrome)</script>,
     and Electron <script>document.write(process.versions.electron)</script>.
   </body>
 </html>

"},{"type":"del","del":true,"oldLine":9,"position":5,"content":"- and Chrome ."},{"type":"add","add":true,"newLine":8,"position":6,"content":"+ We are using node ,"},{"type":"add","add":true,"newLine":9,"position":7,"content":"+ Chrome ,"},{"type":"normal","normal":true,"oldLine":10,"newLine":10,"position":8,"content":" and Electron ."},{"type":"normal","normal":true,"oldLine":11,"newLine":11,"position":9,"content":" "},{"type":"normal","normal":true,"oldLine":12,"newLine":12,"position":10,"content":" "}],"oldStart":5,"oldLines":8,"newStart":5,"newLines":8}],"deletions":2,"additions":2,"index":["3a5e986..6190698","100644"]}],"themeScheme":"light","orgSlug":"skz","repoSlug":"tox-client","commitHash":"dd3694e254effb9bfec45bc1db41b1b9eb7c056d"}, "Code$$0": {"code":"@@ -5,8 +5,8 @@\n \n \n

Hello World!

\n- We are using node \n- and Chrome .\n+ We are using node ,\n+ Chrome ,\n and Electron .\n \n \n","language":"diff","themeScheme":"light","style":{"borderTopLeftRadius":8,"borderTopRightRadius":8,"borderBottomLeftRadius":8,"borderBottomRightRadius":8}}, }; function afterRevival(revivalResults) { return undefined; } $IslandsRuntime.reviveIslands(islands, islandsProps, islandsEls) .then(afterRevival) .catch(afterRevival); })(IslandsRuntime);