Skip to content

Commit

Permalink
Merge pull request #791 from jecisc/Layouts-should-not-depend-on-Core
Browse files Browse the repository at this point in the history
Layouts-should-not-depend-on-Core
  • Loading branch information
jecisc authored Oct 4, 2019
2 parents 649344c + f055cee commit 8c27a9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Class {
#name : #SpNonObservableSlotError,
#superclass : #Error,
#category : #'Spec2-Core-Observable'
#category : #'Spec2-Layout-Observable'
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
'#x => SpObservableSlot',
'#y'
],
#category : #'Spec2-Core-Observable'
#category : #'Spec2-Layout-Observable'
}

{ #category : #initialization }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class {
#name : #SpObservableSlot,
#superclass : #IndexedSlot,
#category : #'Spec2-Core-Observable'
#category : #'Spec2-Layout-Observable'
}

{ #category : #'code generation' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Class {
'lock',
'value'
],
#category : #'Spec2-Core-Observable'
#category : #'Spec2-Layout-Observable'
}

{ #category : #'instance creation' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Trait {
#name : #TSpObservable,
#category : #'Spec2-Core-Observable'
#category : #'Spec2-Layout-Observable'
}

{ #category : #events }
Expand Down

0 comments on commit 8c27a9f

Please sign in to comment.