Skip to content

Commit

Permalink
Vue: Internal CS
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Feb 14, 2022
1 parent 9329478 commit 69ef973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/assets/js/vue-2-6-11.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,9 +853,9 @@
}

/*
* not type checking this file because flow doesn't play well with
* dynamically accessing methods on Array prototype
*/
* not type checking this file because flow doesn't play well with
* dynamically accessing methods on Array prototype
*/

var arrayProto = Array.prototype;
var arrayMethods = Object.create(arrayProto);
Expand Down

0 comments on commit 69ef973

Please sign in to comment.