Explorar o código

Package Web with imports in .st as well.

Herbert Vojčík %!s(int64=9) %!d(string=hai) anos
pai
achega
2a5a413f54
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Web.st

+ 1 - 0
src/Web.st

@@ -1,4 +1,5 @@
 Smalltalk createPackage: 'Web'!
+(Smalltalk packageAt: 'Web') imports: {'jQuery' -> 'jquery'}!
 Object subclass: #BrowserInterface
 	instanceVariableNames: ''
 	package: 'Web'!