Skip to content

Commit

Permalink
Merge pull request #124 from cesarbaleco/patch-1
Browse files Browse the repository at this point in the history
Update common.ts
  • Loading branch information
mateusmirandaalmeida authored Oct 23, 2019
2 parents 80d80c9 + 2ac2941 commit 4e4f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export namespace Common {
/**
* @description Executa o eval alterando as propriedades do source para seus determinados valores dentro do contexto.
* @param source
* @param context
* @param context contexto do componente
* @param prefix
*/
export function evalInContext(source, context: any) {
Expand Down

0 comments on commit 4e4f735

Please sign in to comment.