Skip to content

Commit

Permalink
Ups version and adds scrollMargin to types
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Feb 16, 2017
1 parent a7a5b34 commit ec16ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ace",
"version": "4.1.4",
"version": "4.1.5",
"description": "A react component for Ace Editor",
"main": "lib/ace.js",
"types": "types.d.ts",
Expand Down
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export interface AceEditorProps {
tabSize?: number
value?: string
defaultValue?: string
scrollMargin?: number[]
onLoad?: (editor: EditorProps) => void
onBeforeLoad?: (ace: any) => void
onChange?: (value: string) => void
Expand Down

0 comments on commit ec16ebf

Please sign in to comment.