[Koha-bugs] [Bug 9284] JavaScript should conform to coding guidelines recommended by JSHint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 14 17:46:28 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9284

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 14145
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14145&action=edit
Bug 9284 - JavaScript should follow rules recommended by JSHint

Coding style corrections to members.js:

- Mixed tab/space indentation converted to spaces.
- Converted "!=" and "==" to "!==" and "===" for comparisons with ''.
- Adding missing semicolons.

To test, create or edit a patron and confirm that validation hasn't been
broken by the changes to members.js: Invalid date, empty required
fields, guarantor popup, restricted-until field display, etc.

http://bugs.koha-community.org/show_bug.cgi?id=9281

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list