git ssb

1+

Matt McKegg / mutant



Commit 32ca070ca003fd6c40d043576155c0ed54b9fcd4

object.indexOf is not a function

remove copypasta
Dominic Tarr authored on 6/19/2017, 8:58:01 PM
GitHub committed on 6/19/2017, 8:58:01 PM
Parent: 306cee2cea33ec6d7ac5025d5033784134e56141

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