Skip to content

Commit b4b0dd0

Browse files
committed
Fix boilerplate on #hide action
1 parent 7dfa258 commit b4b0dd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/actions/action_hide.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
% Copyright (c) 2008-2010 Rusty Klophaus
44
% See MIT-LICENSE for licensing information.
55

6-
-module (action_hide).
7-
-include_lib ("wf.hrl").
8-
-compile(export_all).
6+
-module(action_hide).
7+
-include("wf.hrl").
8+
-export([render_action/1]).
99

1010
render_action(Record) ->
1111
#jquery_effect {

0 commit comments

Comments
 (0)