瀏覽代碼

Removed st/Demo.st

Nicolas Petton 13 年之前
父節點
當前提交
4a78f4a8de
共有 1 個文件被更改,包括 0 次插入17 次删除
  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
-! !
-