1
0
Fork 0

Corrected line over 80 character mark

closure/master
Mike Gerwitz 2010-12-28 13:21:48 -05:00
parent 0ea6df4c9e
commit c29d3a15d7
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ while ( check_i-- )
assert.ok(
( item instanceof Function ),
"propCopy() parser function overrides can invoke default functionality " +
"[" + check_i + "]"
"propCopy() parser function overrides can invoke default " +
"functionality [" + check_i + "]"
);
}