File size: 270 Bytes
8f3f8db
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
class initialization
initialize
	"Create the JS global"
	Smalltalk at: #JS put: self basicNew.
	"If we have the plugin, show workspace"
	[JS window] ifError: [:err :rcvr | ^self].
	Smalltalk isMorphic
		ifTrue: [self openExamples]
		ifFalse: [[self openExamples] fork].