Line is too long
Hi All !
I am getting this error in my code this.Terrasoft.SysSettings.querySysSettingsItem("Max_daily_periodical_editions", function(maxDailyPeriodicalEditions) {
Thanks
Like
Hello Muhammad,
This is just a warning. The code editor uses jslint to enforce code quality rules (one of them being long lines). You can ignore that warning, or break the line into separate lines (Javascript is very forgiving with white space, it won't have any affect on things). Put a new line after the or somewhere to make the line shorter.
Ryan
Ryan Farley,
Thanks Ryan
actually I resolved this error by break the lines but this error occurs when i got to save the file
Actually I have already UsrPeriodicaleditions1Page but i opned it for edit and make changes in it then save it .