jQuery-gridmanager icon indicating copy to clipboard operation
jQuery-gridmanager copied to clipboard

Callbacks only accept lower-case functions

Open madc opened this issue 8 years ago • 0 comments

Callbacks, for custom controls in my case, can only consist of lower-case chars. Having an uper-case char (i.e. camelCase) in the function name will result in a "function not found" error.

madc avatar Aug 04 '15 10:08 madc