1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Fix format of metadata comment for bootprefix.js

This commit is contained in:
Jeremy Ruston 2012-11-12 22:15:52 +00:00
parent 481b58eec9
commit c04f11f3ff

View File

@ -10,7 +10,7 @@ This file sets up the globals that need to be available when JavaScript modules
See Boot.js for further details of the boot process.
*/
\*/
// Set up $tw global for the browser
if(window && !window.$tw) {