git ssb

1+

Matt McKegg / mutant



Commit 4b178c3ce30928830a5c2d9d09b30a405544a4c5

Merge pull request #11 from dominictarr/patch-2

object.indexOf is not a function
Matt McKegg authored on 6/20/2017, 12:27:43 AM
GitHub committed on 6/20/2017, 12:27:43 AM
Parent: 70d5c3b0a81181ecad4e03f0b36c0e3cf11a5de4
Parent: 32ca070ca003fd6c40d043576155c0ed54b9fcd4

Files changed

dict.jschanged
dict.jsView
@@ -60,12 +60,8 @@
6060 delete object[key]
6161 binder.broadcast()
6262 }
6363
64- observable.includes = function (valueOrObs) {
65- return !!~object.indexOf(valueOrObs)
66- }
67-
6864 observable.set = function (values) {
6965 if (fixedIndexing) {
7066 var keys = []
7167

Built with git-ssb-web