Skip to content

Commit

Permalink
Merge pull request #63 from yulocus/master
Browse files Browse the repository at this point in the history
Fixed some type missing
  • Loading branch information
wasabeef authored Sep 4, 2016
2 parents 7fa51eb + 23fecc2 commit b7814c1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions richeditor/src/main/java/jp/wasabeef/richeditor/RichEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ public enum Type {
H3,
H4,
H5,
H6
H6,
ORDEREDLIST,
UNORDEREDLIST,
JUSTIFYCENTER,
JUSTIFYFULL,
JUSTUFYLEFT,
JUSTIFYRIGHT
}

public interface OnTextChangeListener {
Expand Down Expand Up @@ -429,4 +435,4 @@ protected class EditorWebViewClient extends WebViewClient {
return super.shouldOverrideUrlLoading(view, url);
}
}
}
}

0 comments on commit b7814c1

Please sign in to comment.