Skip to content

Commit

Permalink
Merge pull request #36 from prof3ta/missing-modules-in-app
Browse files Browse the repository at this point in the history
Add missing modules to .app file.
  • Loading branch information
huiqing committed Feb 11, 2012
2 parents b3e0fc9 + 973f19b commit d6b775a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ebin/wrangler.app
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,18 @@
wrangler_parse,
refac_batch_clone_elimination,
refac_add_an_import_attribute,
refac_api_migration,
refac_apply_to_remote_call,
refac_batch_inline_vars,
refac_bug_cond,
refac_keysearch_to_keyfind,
refac_regexp_to_re,
refac_remove_an_argument,
refac_remove_an_import_attribute,
refac_specialise_a_function,
refac_swap_function_arguments,
refac_add_to_export
refac_add_to_export,
regexp_re
]},
{registered, [wrangler_ast_server,
wrangler_callgraph_server,
Expand Down

0 comments on commit d6b775a

Please sign in to comment.