diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index edab8bc..74f939b 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -91,7 +91,9 @@ }, listen: function() { - var that = this, lcd; + var lcd, + that = this; + // Register all event listeners to the ULS here. that.$element.on( 'click', $.proxy( that.click, that ) );