Commit 4047d590 authored by Ondrej Jirman's avatar Ondrej Jirman
Browse files

xtypes can contain dots

parent 13896be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ module JsDuck
    def at_xtype
      match(/@xtype/)
      add_tag(:xtype)
      maybe_name
      maybe_ident_chain(:name)
      skip_white
    end