Merge branch 'master' of github.com:WoltLab/WCF
authorAlexander Ebert <ebert@woltlab.com>
Tue, 6 Sep 2011 14:30:04 +0000 (16:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 6 Sep 2011 14:30:04 +0000 (16:30 +0200)
Conflicts:
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/js/WCF.js

1  2 
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/js/WCF.js

index 51ad383f02a30ce907277f25ba4bad09af579d77,4af13911f785cf2a579f2794461e908482899b3f..ecb5779700c84ccf1f6c48c115fb058423f990e3
@@@ -487,21 -487,12 +487,23 @@@ WCF.ACP.Options.prototype = 
                        }
                }
        }
++
++
  };
  
 +/**
 + * Namespace for WCF.ACP.User
 + */
  WCF.ACP.User = {};
  
 +/**
 + * UserList clipboard API
 + */
  WCF.ACP.User.List = function() { this.init(); };
  WCF.ACP.User.List.prototype = {
 +      /**
 +       * Initializes the UserList clipboard API.
 +       */
        init: function() {
                $('body').bind('clipboardAction', $.proxy(this.handleClipboardEvent, this));
        },
index a8f93aa49798ee964999385fa148088432eb4a5c,46b885ee32375bd059c9f45d95840e40f8629522..141ac6ee9d611a9aa810c19f9ef56aa054622f78
@@@ -408,6 -408,6 +408,7 @@@ $.extend(WCF, 
  });
  
  /**
++
   * Clipboard API
   */
  WCF.Clipboard = {