Skip to content

Conversation

vdswouter
Copy link

fixes #117

Updated the makefile. It appends as semicolon to the minified version of Bean.
This fixes errors when concatinating files in a single script on deploy.
@@ -101,13 +101,13 @@
// a whitelist of properties (for different event types) tells us what to check for and copy
var commonProps = str2arr('altKey attrChange attrName bubbles cancelable ctrlKey currentTarget ' +
'detail eventPhase getModifierState isTrusted metaKey relatedNode relatedTarget shiftKey ' +
'srcElement target timeStamp type view which propertyName')
'srcElement target timeStamp type view which propertyName path')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you add these properties?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.
Those where added in a previous PR #116. I just made a new build. As those new properties where added in the source but where not yet compiled to the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing semi-colon at end of minified version.
2 participants