| Total Complexity | 1 |
| Complexity/F | 1 |
| Lines of Code | 11 |
| Function Count | 1 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | EasyInstaller = function () { |
||
| 2 | |||
| 3 | }; |
||
| 4 | |||
| 5 | EasyInstaller._MSG = {}; |
||
| 6 | EasyInstaller._MSG["ajax_connection_error"] = "AJAX: cannot connect to the server or server response error! Please try again later."; |
||
| 7 | EasyInstaller._MSG["db_version"] = "DB Version"; |
||
| 8 | EasyInstaller._MSG["error"] = "Error!"; |
||
| 9 | EasyInstaller._MSG["success"] = "Success!"; |
||
| 10 | EasyInstaller._MSG["connection_was_established"] = "A connection was successfully established with the server."; |
||
| 11 | EasyInstaller._MSG["connection_error"] = "Wrong parameters passed or connection error!"; |
||
| 12 | |||
| 13 |