Skip to content

Conversation

@Fijo
Copy link

@Fijo Fijo commented Dec 11, 2015

Wraped strictly executed code into a imidiately executed closure as it is commonly done in todays javascript libraries. This prefents issues from happening if the framework will be used in a probjekt in combinations with a bundleing framework and other javascript libararies that aren't marked as strict. Had an issue with that resulting in 'use strict' affecting the entire bundled script file which leaded to trouble when using firefox.

Wraped strictly executed code into a imidiately executed closure as it is commonly done in todays javascript libraries. This prefents issues from happening if the framework will be used in a probjekt in combinations with a bundleing framework and other javascript libararies that aren't marked as strict. Had an issue with that resulting in 'use strict' affecting the entire bundled script file which leaded to trouble when using firefox.
@Fijo Fijo closed this Jan 11, 2016
@Fijo Fijo reopened this Jan 11, 2016
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.

1 participant