missing semi-colons

missing semi-colons

BSDGuruBSDGuru Posts: 5Questions: 2Answers: 0

Found 2 bugs when compressing datatables.js

itemDom.placeholder = itemElement.clone( false )

in _fnLoadState:

var loaded = function ( s ) { ...}

Needs a semi-colon at the end of the var declaration.

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @BSDGuru ,

    Thanks for those, both commited (7df4c54 and 54249b3a) - will be in next releases.

    Cheers,

    Colin

This discussion has been closed.