Fixing typo, working on documentation

This commit is contained in:
Jeremiah Billmann
2013-07-23 11:38:07 -04:00
parent bff4b324c6
commit 2b6a9bcb96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ options = {
onWorldState(callback(state)),
onPing(callback(pingDelay)),
onUpdatePlayerPhysics(callback(state, inputs, deltaTime)),
onInterpolation(callback(previousState, targetState, amount)),
onInterpolation(callback(previousState, targetState, amount)) : newState,
onReady(callback),
logging: true
}