kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.12k stars 680 forks source link

Added static keyword to fix "Strict Standards: Non-static method XXX::YYY() should not be called statically" errors #14

Closed RobThree closed 9 years ago

RobThree commented 9 years ago

Some whitespace has been changed by my IDE; unfortunately I only noticed after creating the PR. It's mostly entirely harmless tab<->spaces.

kazuhikoarase commented 9 years ago

Thank you :)

RobThree commented 9 years ago

You're welcome!