Commit 82fdf61 1 parent 91f08f7 commit 82fdf61 Copy full SHA for 82fdf61
File tree 3 files changed +10
-14
lines changed
Willow-Playground-LiveDocs
Willow-Playground-Smalltalks2017
Willow-Playground-TestRunner
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,7 @@ WPLiveDocumentation >> newComponentSupplier [
102
102
]
103
103
104
104
{ #category : #updating }
105
- WPLiveDocumentation >> updateRoot: aRoot [
105
+ WPLiveDocumentation >> requiredLibraries [
106
106
107
- super updateRoot: aRoot.
108
- SpinKitMetadataLibrary default updateRoot: aRoot
107
+ ^ {SpinKitMetadataLibrary default}
109
108
]
Original file line number Diff line number Diff line change @@ -219,12 +219,10 @@ Smalltalks2017Presentation >> renderStepButtonsOn: aCanvas [
219
219
]
220
220
221
221
{ #category : #updating }
222
- Smalltalks2017Presentation >> updateRoot: aRoot [
222
+ Smalltalks2017Presentation >> requiredLibraries [
223
223
224
224
" Libraries added here are not considered until the server is restarted.
225
225
Including a library with a favicon.ico will automatically use it. "
226
226
227
- super updateRoot: aRoot.
228
- Smalltalks2017FileMetadataLibrary default updateRoot: aRoot.
229
- SpinKitMetadataLibrary default updateRoot: aRoot
227
+ ^ {Smalltalks2017FileMetadataLibrary default. SpinKitMetadataLibrary default}
230
228
]
Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ WPTestRunner >> newComponentSupplier [
92
92
typeaheadLibrary: (self deploymentMode libraryFor: BootstrapTypeaheadLibrary ) default
93
93
]
94
94
95
+ { #category : #updating }
96
+ WPTestRunner >> requiredLibraries [
97
+
98
+ ^ {SpinKitMetadataLibrary default}
99
+ ]
100
+
95
101
{ #category : #private }
96
102
WPTestRunner >> toolbarRenderingOnAction: testResult [
97
103
@@ -114,10 +120,3 @@ WPTestRunner >> toolbarRenderingOnAction: testResult [
114
120
115
121
^ toolbar
116
122
]
117
-
118
- { #category : #updating }
119
- WPTestRunner >> updateRoot: aRoot [
120
-
121
- super updateRoot: aRoot.
122
- SpinKitMetadataLibrary default updateRoot: aRoot
123
- ]
You can’t perform that action at this time.
0 commit comments