Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
daishihmr committed Oct 7, 2016
1 parent ae237bc commit 5a33110
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build/bulletml.js
Expand Up @@ -1248,6 +1248,9 @@ if (typeof module === 'object') {
action);
}
});
attr(element, "option", function(value) {
result.option = JSON.parse(value);
});
result.root = root;

return result;
Expand Down
4 changes: 2 additions & 2 deletions build/bulletml.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bulletml.min.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/main/bulletml.xml.js
Expand Up @@ -146,6 +146,9 @@
action);
}
});
attr(element, "option", function(value) {
result.option = JSON.parse(value);
});
result.root = root;

return result;
Expand Down

0 comments on commit 5a33110

Please sign in to comment.