Fixed bug with $.map() not showing in the docs.
[jquery.git] / src / jquery / jquery.js
index feb71e4..5b2d746 100644 (file)
@@ -1977,7 +1977,8 @@ jQuery.extend({
         * @example $.map( [0,1,2], function(i){
         *   return [ i, i + 1 ];
         * });
-        * @result [0, 1, 1, 2, 2, 3]\r   *
+        * @result [0, 1, 1, 2, 2, 3]
+        *
         * @name $.map
         * @type Array
         * @param Array array The Array to translate.