File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ function showErrorOverlay(message) {
123
123
} ) ;
124
124
}
125
125
126
- function destoryOverlay ( ) {
126
+ function destroyOverlay ( ) {
127
127
if ( ! overlayDiv ) {
128
128
//linting from previous linting was successful
129
129
return ;
@@ -168,7 +168,7 @@ function clearOutdatedErrors() {
168
168
// Successful compilation.
169
169
function handleSuccess ( ) {
170
170
clearOutdatedErrors ( ) ;
171
- destoryOverlay ( ) ;
171
+ destroyOverlay ( ) ;
172
172
173
173
var isHotUpdate = ! isFirstCompilation ;
174
174
isFirstCompilation = false ;
@@ -183,7 +183,7 @@ function handleSuccess() {
183
183
// Compilation with warnings (e.g. ESLint).
184
184
function handleWarnings ( warnings ) {
185
185
clearOutdatedErrors ( ) ;
186
- destoryOverlay ( ) ;
186
+ destroyOverlay ( ) ;
187
187
188
188
var isHotUpdate = ! isFirstCompilation ;
189
189
isFirstCompilation = false ;
You can’t perform that action at this time.
0 commit comments