Skip to content

Commit

Permalink
Add screenshots for new views
Browse files Browse the repository at this point in the history
  • Loading branch information
robyngit committed Sep 26, 2024
1 parent b0ddce2 commit 32ee2b0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added docs/screenshots/DataObjectView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/ViewDataButtonView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/js/views/DataObjectView.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ define([
* @augments Backbone.View
* @class
* @since 0.0.0
* @screenshot views/DataObjectView.png //TODO
* @screenshot views/DataObjectView.png
*/
const DataObjectView = Backbone.View.extend(
/** @lends DataObjectView.prototype */
Expand Down
2 changes: 1 addition & 1 deletion src/js/views/ViewObjectButtonView.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define(["jquery", "backbone", "views/DataObjectView"], (
* @augments Backbone.View
* @class
* @since 0.0.0
* @screenshot views/ViewDataButtonView.png //TODO
* @screenshot views/ViewDataButtonView.png
*/
const ViewDataButtonView = Backbone.View.extend(
/** @lends ViewDataButtonView.prototype */
Expand Down

0 comments on commit 32ee2b0

Please sign in to comment.