changeset 67:b5160c82be65

Added comments.
author Atul Varma <varmaa@toolness.com>
date Sun, 26 Jul 2009 16:19:12 -0700
parents b49180c39d0a
children 19f3bc257a25
files context.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/context.c	Sun Jul 26 15:06:19 2009 -0700
+++ b/context.c	Sun Jul 26 16:19:12 2009 -0700
@@ -39,6 +39,8 @@
 #include "function.h"
 #include "utils.h"
 
+// This is the default JSOperationCallback for pymonkey-owned JS contexts,
+// when they've defined one in Python.
 static JSBool
 PYM_operationCallback(JSContext *cx)
 {