neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 215 forks source link

Reformat code #4

Closed neocotic closed 12 years ago

neocotic commented 12 years ago

Reformat the code to adhere to latest JavaScript coding standards and change code documentation to work with docco. While I'm at it I should probably add some more comments (or at least re-add tz's original comments).

neocotic commented 12 years ago

Done! At least the first draft anyway. Code looks tidier (more readable - arguable, I know) and comments cleaner and more of them.

Not generated docco docs yet but they will be maintained in the repository. Probably updating them for each release.

Much testing is required to ensure no bugs were introduced here. Hoping #5 will cover most of this but common usage should through so problems up in the air.