Skip to content

Commit

Permalink
fix: add missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Dec 22, 2020
1 parent cb02707 commit 11da99c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Ext.define('Slate.cbl.field.ratings.Rater', {
extend: 'Ext.Container',
xtype: 'slate-cbl-ratings-rater',
requires: [
'Ext.button.Button',
'Ext.button.Segmented',
'Ext.form.Label',

/* global Slate */
'Slate.cbl.model.Skill'
],

Expand Down

0 comments on commit 11da99c

Please sign in to comment.