Skip to content

Commit

Permalink
Better source documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzapp committed Feb 2, 2021
1 parent 32091c8 commit 259f56e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Client/Entity/View/Modal/MediaBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* A browser modal for Media objects
*
* @memberof HashBrown.Client.Entity.Client.View.Modal
* @memberof HashBrown.Client.Entity.View.Modal
*/
class MediaBrowser extends HashBrown.Entity.View.Modal.ModalBase {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Entity/View/Modal/PickIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* A modal for picking icons
*
* @memberof HashBrown.Client.View.Modal
* @memberof HashBrown.Client.Entity.View.Modal
*/
class PickIcon extends HashBrown.Entity.View.Modal.ModalBase {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Entity/View/Modal/UploadMedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* A modal for uploading Media objects
*
* @memberof HashBrown.Client.Entity.Client.View.Modal
* @memberof HashBrown.Client.Entity.View.Modal
*/
class UploadMedia extends HashBrown.Entity.View.Modal.ModalBase {
/**
Expand Down

0 comments on commit 259f56e

Please sign in to comment.