naver / egjs-agent

Extracts browser and operating system information from the user agent string or user agent object(userAgentData).
https://naver.github.io/egjs-agent/
MIT License
110 stars 18 forks source link

correct agent naming in ES5 #17

Closed sculove closed 7 years ago

sculove commented 7 years ago

Using ES5, We should use eg.Agent(); Using ES6, We should use agent();

we should fix it in case of ES5