a-n-d-r-3-w / calculator

An arithmetic calculator implemented using JavaScript, HTML, LESS, Dojo Toolkit, and QUnit
http://a-n-d-r-3-w.github.io/calculator/
0 stars 0 forks source link

Pressing the decimal point does not display it immediately #3

Closed a-n-d-r-3-w closed 10 years ago

a-n-d-r-3-w commented 10 years ago

The decimal point remains hidden until the user enters a nonzero digit.

a-n-d-r-3-w commented 10 years ago

Solution: Reimplemented calculator using OOD.