7f2de91 (parent 64b624c)10/19/2015, 10:22:06 PM
Remove unneeded quotes
+ 1
- 1
@@ -6,6 +6,6 @@
   <body>
     <h1>Hello World!</h1>
     We are using node <script>document.write(process.version)</script>
-    and Electron <script>document.write(process.versions['electron'])</script>.
+    and Electron <script>document.write(process.versions.electron)</script>.
   </body>
 </html>

"},{"type":"del","del":true,"oldLine":9,"position":4,"content":"- and Electron ."},{"type":"add","add":true,"newLine":9,"position":5,"content":"+ and Electron ."},{"type":"normal","normal":true,"oldLine":10,"newLine":10,"position":6,"content":" "},{"type":"normal","normal":true,"oldLine":11,"newLine":11,"position":7,"content":" "}],"oldStart":6,"oldLines":6,"newStart":6,"newLines":6}],"deletions":1,"additions":1,"index":["ac7b75f..e67ed96","100644"]}],"themeScheme":"light","orgSlug":"skz","repoSlug":"tox-client","commitHash":"7f2de91eec5fcfeabe128f80ca44f37c1d865d81"}, "Code$$0": {"code":"@@ -6,6 +6,6 @@\n \n

Hello World!

\n We are using node \n- and Electron .\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);