Corrected typo

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