'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
Opened this issue · 3 comments
Deleted user commented
example:
$("#attributes").bsmSelect({
addItemTarget: 'bottom',
animate: true,
highlight: true,
plugins: [
$.bsmSelect.plugins.sortable({ axis : 'y', opacity : 0.5 }, { listSortableClass : 'bsmListSortableCustom' }) //at this line when ECMA strict mode is used
]
});
vicb commented
Thanks for reporting the issue.
Could you please make sure that the fix is fine (see the "strict" branch)
Deleted user commented
yes, its working right for me, btw thanks
vicb commented
thanks for testing. It has been integrated in the master branch