#4140: Releaser: tools.repeat issue
--------------------+-------------------------------------------------------
 Reporter:  arczi   |       Owner:              
     Type:  Bug     |      Status:  new         
 Priority:  Normal  |   Milestone:  CKEditor 3.0
Component:  QA      |     Version:              
 Keywords:          |  
--------------------+-------------------------------------------------------
 {{{
 repeat : function( str, times )
 {
         return new Array( times + 1 ).join( str );
 }
 }}}


 After release process:
 {{{
 repeat : function (f, g)
 {
         return [g + 1].join(f);
 }
 }}}

 Test case:
 http://nightly.ckeditor.com/latest/ckeditor/_tests/core/tools.html

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4140>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to