Skip to content

Commit ec9da09

Browse files
authored
Merge pull request #22 from ba-st/presenter-to-painter
Changed superclass of web views
2 parents 8aab940 + f92b9f2 commit ec9da09

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

source/BaselineOfWillowPlayground.package/BaselineOfWillowPlayground.class/instance/setUpDependencies..st

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ setUpDependencies: spec
44
spec
55
baseline: 'WillowBootstrap'
66
with: [ spec
7-
repository: 'github://ba-st/Willow-Bootstrap:v4.0.0/source';
7+
repository: 'github://ba-st/Willow-Bootstrap:v4.0.1/source';
88
loads: #('Deployment') ];
99
import: 'WillowBootstrap'.
1010

1111
spec
1212
baseline: 'WillowJQueryUI'
1313
with: [ spec
14-
repository: 'github://ba-st/Willow-JQueryUI:v4.0.0/source';
14+
repository: 'github://ba-st/Willow-JQueryUI:v4.0.1/source';
1515
loads: #('Deployment') ];
1616
import: 'WillowJQueryUI'.
1717

1818
spec
1919
baseline: 'WillowSpinKit'
2020
with: [ spec
21-
repository: 'github://ba-st/Willow-SpinKit:v1.0.2/source';
21+
repository: 'github://ba-st/Willow-SpinKit:v1.0.3/source';
2222
loads: #('Deployment') ];
2323
import: 'WillowSpinKit'

source/Willow-Playground-LiveDocs.package/WPLiveDocumentationBehaviorDetailedView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/18/2017 11:26",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-LiveDocs",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-LiveDocs.package/WPLiveDocumentationClassComment.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/18/2017 11:26",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-LiveDocs",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-LiveDocs.package/WPLiveDocumentationClassDefinition.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/18/2017 11:13",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-LiveDocs",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-LiveDocs.package/WPLiveDocumentationClassHiearchy.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/18/2017 11:13",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-LiveDocs",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-LiveDocs.package/WPLiveDocumentationMethod.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/18/2017 11:12",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-LiveDocs",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-LiveDocs.package/WPLiveDocumentationScopeSelectionView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/18/2017 11:11",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-LiveDocs",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-Smalltalks2017.package/PresentationStepWebView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/30/2017 15:26",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-Smalltalks2017",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-Smalltalks2017.package/SpeakerCardWebView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/30/2017 15:34",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-Smalltalks2017",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-TestRunner.package/WPMessageTallyWebView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 10/2/2017 12:51",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-TestRunner",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-TestRunner.package/WPTestRunnerMessageTallyDialog.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 9/29/2017 16:23",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-TestRunner",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-TestRunner.package/WPTestRunnerSuiteSelectionWebView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 9/29/2017 13:40",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-TestRunner",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-TestRunner.package/WPTestRunnerTestResultDetailsDialog.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 9/29/2017 17:50",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-TestRunner",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-TestRunner.package/WPTestRunnerTestResultWebView.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 9/29/2017 13:41",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-TestRunner",
55
"classinstvars" : [ ],
66
"pools" : [ ],

source/Willow-Playground-TestRunner.package/WPTestRunnerToolbar.class/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commentStamp" : "GabrielOmarCotelli 9/29/2017 13:41",
3-
"super" : "WAPresenter",
3+
"super" : "WAPainter",
44
"category" : "Willow-Playground-TestRunner",
55
"classinstvars" : [ ],
66
"pools" : [ ],
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accessing
22
version
33

4-
^ '1.0.0'
4+
^ '1.0.1'

0 commit comments

Comments
 (0)