Merge pull request #102 from amire80/semicolon

Add missing semicolon
This commit is contained in:
Santhosh Thottingal
2013-07-08 00:56:10 -07:00

View File

@@ -444,7 +444,7 @@
}, 500 ); }, 500 );
} }
} ); } );
} };
$.fn.uls.Constructor = ULS; $.fn.uls.Constructor = ULS;
} ( jQuery ) ); } ( jQuery ) );