Skip to content

Commit 16af3f5

Browse files
El-Hachemi HariziEl-Hachemi Harizi
authored andcommitted
Conflict fixed on "Mixins" page in french language
1 parent e473e1a commit 16af3f5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

1-js/09-classes/07-mixins/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ let sayMixin = {
6969
};
7070

7171
let sayHiMixin = {
72-
<<<<<<< HEAD
73-
__proto__: sayMixin, // (ou nous pourrions utiliser Object.create pour définir le prototype ici)
74-
=======
75-
__proto__: sayMixin, // (or we could use Object.setPrototypeOf to set the prototype here)
76-
>>>>>>> 97ef86242f9f236b13152e1baf52a55c4db8728a
72+
__proto__: sayMixin, // (ou nous pourrions utiliser Object.setPrototypeOf pour définir le prototype ici)
7773

7874
sayHi() {
7975
*!*

0 commit comments

Comments
 (0)