updated to static method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
30b2eb150a
commit
f6a46eed00
@ -12,7 +12,7 @@ import VDS
|
|||||||
open class CoreUIModelMapping: ModelMapping {
|
open class CoreUIModelMapping: ModelMapping {
|
||||||
open override class func registerObjects() {
|
open override class func registerObjects() {
|
||||||
super.registerObjects()
|
super.registerObjects()
|
||||||
Font.dsLight.register()
|
Font.register()
|
||||||
registerMolecules()
|
registerMolecules()
|
||||||
registerRules()
|
registerRules()
|
||||||
registerActions()
|
registerActions()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user