diff options
| author | Igor Minar | 2014-02-18 03:04:42 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-02-18 10:44:48 -0800 | 
| commit | 481508d0e7ae9e4984ea380b9a43e589551c7a5b (patch) | |
| tree | 2df21cbd83152c5e504cdc7f3b579b25bdc9fadb /src/ng/animate.js | |
| parent | 12e4d3ac4da3e7ea8d9be49764dbbc091a345bf7 (diff) | |
| download | angular.js-481508d0e7ae9e4984ea380b9a43e589551c7a5b.tar.bz2 | |
style: remove ws and enfore no-trailing-ws jscs rule
Diffstat (limited to 'src/ng/animate.js')
| -rw-r--r-- | src/ng/animate.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/animate.js b/src/ng/animate.js index 21566948..d438b169 100644 --- a/src/ng/animate.js +++ b/src/ng/animate.js @@ -17,7 +17,7 @@ var $animateMinErr = minErr('$animate');   */  var $AnimateProvider = ['$provide', function($provide) { -   +    this.$$selectors = {}; @@ -153,7 +153,7 @@ var $AnimateProvider = ['$provide', function($provide) {         * @description Moves the position of the provided element within the DOM to be placed         * either after the `after` element or inside of the `parent` element. Once complete, the         * done() callback will be fired (if provided). -       *  +       *         * @param {jQuery/jqLite element} element the element which will be moved around within the         *   DOM         * @param {jQuery/jqLite element} parent the parent element where the element will be | 
