Skip to content

Commit

Permalink
Fix warning tag is not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuhiro Asaka committed Aug 10, 2016
1 parent 684f0c1 commit 2f98417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/htmlgrid/grid.rb
Expand Up @@ -57,6 +57,7 @@ class Field
def initialize
@components = []
@attributes = {}
@tag = nil
end
def add(item)
if(item.is_a? Array)
Expand Down

0 comments on commit 2f98417

Please sign in to comment.