Sha256: 6b6f60f780b9d2ec3bf7adcb563fc6db8da77c4158c07a3dd18e5a46b68f06eb

Contents?: true

Size: 546 Bytes

Versions: 22

Compression:

Stored size: 546 Bytes

Contents

smalltalk.addPackage('Additional-Examples', {});
smalltalk.addClass('ClassInitializationExample', smalltalk.Object, [], 'Additional-Examples');

smalltalk.addMethod(
'_initialize',
smalltalk.method({
selector: 'initialize',
fn: function (){
var self=this;
smalltalk.send((typeof window == 'undefined' ? nil : window), "_alert_", [smalltalk.send(smalltalk.send("Hello from inside the ", "__comma", [smalltalk.send(self, "_printString", [])]), "__comma", [" initialize method."])]);
return self;}
}),
smalltalk.ClassInitializationExample.klass);


Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
mdbe-0.1.0 public/amber/js/Additional-Examples.deploy.js
maglev-database-explorer-0.0.5 public/amber/js/Additional-Examples.deploy.js
maglev-database-explorer-0.0.4 public/amber/js/Additional-Examples.deploy.js
maglev-database-explorer-0.0.3 public/amber/js/Additional-Examples.deploy.js
maglev-database-explorer-0.0.2 public/amber/js/Additional-Examples.deploy.js
maglev-database-explorer-0.0.1 public/amber/js/Additional-Examples.deploy.js
resin-0.4.0 amber/js/Additional-Examples.deploy.js
resin-0.3.1 amber/js/Additional-Examples.deploy.js
resin-0.3.0 amber/js/Additional-Examples.deploy.js
resin-0.2.3 amber/js/Additional-Examples.deploy.js
resin-0.2.2 amber/js/Additional-Examples.deploy.js
resin-0.2.1 amber/js/Additional-Examples.deploy.js
resin-0.2.0 amber/js/Additional-Examples.deploy.js
resin-0.1.0 amber/js/Additional-Examples.deploy.js
resin-0.0.8 amber/js/Additional-Examples.deploy.js
resin-0.0.7 amber/js/Additional-Examples.deploy.js
resin-0.0.6 amber/js/Additional-Examples.deploy.js
resin-0.0.5 amber/js/Additional-Examples.deploy.js
resin-0.0.4 amber/js/Additional-Examples.deploy.js
resin-0.0.3 amber/js/Additional-Examples.deploy.js