Merge "WebFonts integration with ULS display settings."

This commit is contained in:
Amire80
2012-08-15 06:01:13 +00:00
committed by Gerrit Code Review
11 changed files with 228 additions and 75 deletions

View File

@@ -98,7 +98,7 @@
that.$element.on( 'click', $.proxy( that.click, that ) );
// Handle click on close button
$( ".icon-close" ).on( 'click', $.proxy( that.click, that ) );
$( "#uls-close" ).on( 'click', $.proxy( that.click, that ) );
// Handle key press events on the menu
that.$menu.on('keypress', $.proxy(this.keypress, this) )