Skip to content

Commit

Permalink
compile template of custom parameters to method call
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Feb 4, 2017
1 parent b67ffbd commit ca3ef34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
if (!params) {
params = "event";
}
methodToCall += "(" + params + ")";
methodToCall += "(" + compileTemplate(params, false) + ")";

// Code for all metadata
var metadataCode = "{";
Expand Down
Loading

0 comments on commit ca3ef34

Please sign in to comment.