pakastin / frzr

Turboboosted 2 KB view library for browser & node.js
https://frzr.js.org
ISC License
265 stars 21 forks source link

FRZR demo 5 color selection contains a car #21

Closed ahvonenj closed 8 years ago

ahvonenj commented 8 years ago

http://codepen.io/pakastin/pen/MKpMyM

  1. Select colors from left menu
  2. Notice Volkswagen in the right menu

???

Clearly this should not be the case as:

// define constants
var COLORS = ['Red', 'Green', 'Blue'];
var CARS = ['Audi', 'BMW', 'Tesla', 'Volkswagen'];

The colors list does not contain cars.

pakastin commented 8 years ago

Oh, I must have broken it in the last update – just a sec..

pakastin commented 8 years ago

Fixed now. I rolled back to the previous version, which breaks viewlist's new preremove -event. I will fix that soon..

pakastin commented 8 years ago

Thanks for letting know! 👍