CA-ITRM
Results
1
issues of
CA-ITRM
Hello there, here are a few issues I encountered while trying to get the addSlide() function to work: els[prepend?'unshift':'push'](s); should be else[prepend?'unshift':'push'](s); if (opts.els) should be if (els) opts.els[prepend?'unshift':'push'](s); //...