forked from Botanical/BotanJS
Migrate old externs 3/x
This commit is contained in:
@@ -709,7 +709,7 @@
|
||||
if( 0 < n )
|
||||
{
|
||||
p = f.content.indexOf( "\n" );
|
||||
for( i = 1; p != -1 && i < n; i ++ )
|
||||
for( var i = 1; p != -1 && i < n; i ++ )
|
||||
{
|
||||
p = f.content.indexOf( "\n", p + 1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user