Gurigraphics / DOMinus.js

DOMinus.js is a reactive data binding library that turn HTML irrelevant.
4 stars 1 forks source link

Updated to 2.0.1 #11

Closed Gurigraphics closed 5 years ago

Gurigraphics commented 5 years ago

Removed:

Old syntax: attrs - because no work to add/remove class

Added new scope:

var DOM = new Dominus() var HTML = DOM.HTML()

thipages commented 5 years ago

Hi, I just tested the 2.0.1. with the playecode.io example, there is an error Uncaught TypeError: 'set' on proxy: trap returned falsish for property '2'

see https://playcode.io/202214

I will have a deeper look a bit later

thipages commented 5 years ago

The setmethod of PROXYfunction should end with return true;

fixed at https://playcode.io/202214

Gurigraphics commented 5 years ago

Ok. Fixed