-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(lunr): some optimizing lib/lunr/*.js #367
Conversation
@@ -2,7 +2,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
;(function (root, factory) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
@@ -22,7 +22,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
@@ -19,7 +19,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
@@ -19,7 +19,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
@@ -19,7 +19,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
@@ -19,7 +19,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
@@ -19,7 +19,7 @@ | |||
* export the module via AMD, CommonJS or as a browser global | |||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js | |||
*/ | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary semicolon!
Hi, I found unnecessary semicolon in some js file. If you want you can accept this pr.