jshint fails with 3 errors
LINE 187: /(^|\s)swipeview-loading(\s|$)/.test(className) || (this.masterPages[i].className = !className ? 'swipeview-loading' : className + ' swipeview-loading'); ^ Expected an assignment or function call and instead saw an expression.
Line 419: /(^|\s)swipeview-active(\s|$)/.test(className) || (this.masterPages[this.currentMasterPage].className = !className ? 'swipeview-active' : className + ' swipeview-active'); ^ Expected an assignment or function call and instead saw an expression.
Line 423: /(^|\s)swipeview-loading(\s|$)/.test(className) || (this.masterPages[pageFlip].className = !className ? 'swipeview-loading' : className + ' swipeview-loading'); ^ Expected an assignment or function call and instead saw an expression.