Yeah figured that. I thought Array.from() would convert the string into an array...i was wrong J
From: Andrea Dessì [mailto:[email protected]] Sent: Wednesday, 23 March 2011 7:41 PM To: [email protected] Subject: Re: [Moo] erase from array not working Hi Steve, you are missing to split the value of the text input :) have a look: http://jsfiddle.net/r8LSc/1/ -- Andrea On Wed, Mar 23, 2011 at 05:42, Steve Onnis <[email protected]> wrote: Could someone have a quick look at this and maybe tell my why erase doesn’t work? Include is working but not erase http://jsfiddle.net/r8LSc/ Thanks Steve
