Browse Source

Removed st/Demo.st

Nicolas Petton 13 years ago
parent
commit
4a78f4a8de
1 changed files with 0 additions and 17 deletions
  1. 0 17
      st/Demo.st

+ 0 - 17
st/Demo.st

@@ -1,17 +0,0 @@
-Smalltalk current createPackage: 'Demo' properties: #{}!
-Widget subclass: #HelloWorld
-	instanceVariableNames: ''
-	category: 'Demo'!
-
-!HelloWorld methodsFor: 'not yet classified'!
-
-renderOn: html
-	html h1: 'hello world!!'
-! !
-
-!HelloWorld class methodsFor: 'not yet classified'!
-
-initialize
-	^ self new appendToJQuery: 'body' asJQuery
-! !
-