SMH110 / widgets

1 stars 0 forks source link

Javascript error shown in developer tools when opening calculator.html #14

Closed massimocode closed 8 years ago

massimocode commented 8 years ago

I get the following error in the developer tools when opening calculator.html

"knockout-min.js:70 Uncaught Error: You cannot apply bindings multiple times to the same element."

SMH110 commented 8 years ago

yes that right but it's work fine

SMH110 commented 8 years ago

I don't know why it's showing this error

massimocode commented 8 years ago

If you had any code after ko.applyBindings then that code would not run. Read what the error is saying. Maybe try googling the error.

SMH110 commented 8 years ago

Done in 46f093c694536e1e28f1472f8ee28772c6491169

massimocode commented 8 years ago

Verified