Skip to content

Commit

Permalink
rectified
Browse files Browse the repository at this point in the history
  • Loading branch information
fmerzadyan committed Nov 14, 2016
1 parent 72c1567 commit 4c8d527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public boolean getWritable()
public boolean append(Object data)
{
Object[] objectArray = {data};
return write(objectArray);
return write(objectArray, true);
}

@Kroll.method
Expand Down

0 comments on commit 4c8d527

Please sign in to comment.