Skip to content

Commit

Permalink
[#181] Make Elt.WithAttrs internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jul 12, 2018
1 parent ac8bee1 commit 6acedf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebSharper.UI/Doc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ and Elt
attrs <- Attr.OnAfterRenderImpl(cb) :: attrs
this

member this.WithAttrs(a) =
member internal this.WithAttrs(a) =
attrs <- a @ attrs
this

Expand Down
2 changes: 1 addition & 1 deletion WebSharper.UI/Doc.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ and [<Class>] Elt =
member OnWheel : [<JavaScript; ReflectedDefinition>] cb: Expr<Dom.Element -> Dom.WheelEvent -> unit> -> Elt
// }}

member WithAttrs : list<Attr> -> Elt
member internal WithAttrs : list<Attr> -> Elt

[<RequireQualifiedAccess>]
type TemplateHole =
Expand Down

0 comments on commit 6acedf6

Please sign in to comment.