Skip to content

Commit 7008560

Browse files
committed
mark class as privileged
1 parent c13b1d2 commit 7008560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/components/bs-form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import RSVP from 'rsvp';
44
import BsForm from 'ember-bootstrap/components/bs-form';
55

66
export default BsForm.extend({
7+
'__ember-bootstrap_subclass' : true,
78

89
hasValidator: notEmpty('model.validate'),
910

0 commit comments

Comments
 (0)