Skip to content

Commit

Permalink
fix: case sensitive bug (#445)
Browse files Browse the repository at this point in the history
* fix: fixed case sensitive bug

* fix: Fixed production build task

* fix: Case sensitive bug
  • Loading branch information
kyasbal authored Feb 12, 2017
1 parent 0e02e42 commit cf321df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Converters/EnumConverter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Attribute from "../Node/Attribute";

/**
* 列挙のためのコンバータ。
* 属性宣言に`table`パラメータが必要です。
Expand Down

0 comments on commit cf321df

Please sign in to comment.