Skip to content

Commit

Permalink
Canal.peek() now accepts empty param.
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelforce committed Mar 15, 2018
1 parent cb67b22 commit 9778203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canal.js
Expand Up @@ -1244,6 +1244,7 @@

function PeekOp(action) // (data[,index]) => Void
{
action = action == null ? voidAction : action;
function PeekPond()
{
}
Expand Down

0 comments on commit 9778203

Please sign in to comment.