Skip to content

Commit

Permalink
No need to redeclare Page#widget_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed May 22, 2017
1 parent 9b84315 commit 8beeb99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/cwm/src/lib/cwm/page.rb
Expand Up @@ -15,8 +15,6 @@ class Page < CustomWidget
attr_reader :contents
# @return [String] Label of {Tab} or of {PagerTreeItem}
attr_reader :label
# @return [Symbol,String]
attr_reader :widget_id

def initialize(widget_id:, label:, contents:)
@widget_id = widget_id
Expand Down

0 comments on commit 8beeb99

Please sign in to comment.