Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better 'use strict'; #71

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

johnd0e
Copy link
Contributor

@johnd0e johnd0e commented Jan 18, 2019

Nowadays there are no reasons why not use 'use strict'; in all our scripts.

But before we can make this modifications - we have to make sure that code itself is ready for strict mode.

johndoe added 2 commits January 18, 2019 17:27
`'use strict';` have to be inside of wrapper function,
but before any other statement
johnd0e referenced this pull request Jan 18, 2019
The replacement is the standard PLUGINSTART code followed by "use strict";. by @hayeswise

iitc-project/ingress-intel-total-conversion#1187
#2
johndoe added 2 commits January 18, 2019 17:55
`'use strict';` have to be inside of wrapper function,
but before any other statement
@johnd0e johnd0e added the WIP Work in progress || Proof of the concept label Feb 14, 2019
@johnd0e johnd0e added the development general development issue label Sep 10, 2019
@modos189 modos189 force-pushed the master branch 3 times, most recently from a34b800 to 7b9edd5 Compare December 12, 2020 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development general development issue WIP Work in progress || Proof of the concept
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant