Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit a5ea1e1

Browse files
committed
comment change
1 parent e3d8f3d commit a5ea1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/baseModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ baseModal = baseVw.extend({
1818
showCloseButton: true,
1919
closeButtonClass: 'btn-corner btn-cornerTR btn-cornerTROutR btn-flushTop',
2020
// This will be concatenated to the className of your view which extends
21-
// baseModal. You really shouldn't have to use this options, unless you
21+
// baseModal. You really shouldn't have to use this option, unless you
2222
// don't want 'modal-opaque' (i.e. remove 'modal' at your own risk!)
2323
baseModalClass: 'modal modal-opaque',
2424
innerWrapperClass: 'modal-child modal-childMain custCol-primary custCol-text'

0 commit comments

Comments
 (0)