回答編集履歴
3
fired-event-1.0.2.js
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
- [fired-event.js - GitHub gist](https://gist.github.com/think49/fa8a4d3c3fd0bbcfedde622e9c67fce0)
|
30
30
|
|
31
|
-
- [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.
|
31
|
+
- [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.2.js&preview)
|
32
32
|
|
33
33
|
|
34
34
|
|
2
fired-event-1.0.1.js -> dataプロパティの返り値を複製値にすることで書き換えを禁止した
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
- [fired-event.js - GitHub gist](https://gist.github.com/think49/fa8a4d3c3fd0bbcfedde622e9c67fce0)
|
30
30
|
|
31
|
-
- [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.
|
31
|
+
- [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.1.js&preview)
|
32
32
|
|
33
33
|
|
34
34
|
|
1
markdown
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
`new Proxy` を使用することで一部の動作を後回しに出来ますが、結局は上記紐付けデータをどこかに保存しておかなければなりません。
|
16
16
|
|
17
|
-
紐付けは
|
17
|
+
紐付けは `new Array` もしくは `new Map` をを使用すれば問題ないように思います。
|
18
18
|
|
19
19
|
|
20
20
|
|