Chris
Results
1
issues of
Chris
Line 7 ``` javascript var oPercent = this.attr('style').match(/margin\-left:(.*[0-9])/i) && parseInt(RegExp.$1, 10); ``` Seems to return... **Uncaught TypeError: Cannot call method 'match' of undefined.** If only one list item is present.