Commit 1f28d11e authored by Andrew Price's avatar Andrew Price
Browse files

Update comment

parent dfe09636
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,7 +904,7 @@ static void define_store_object(const char *name)
	duk_put_function_list(ctx, -1, store_handlers);
	duk_push_proxy(ctx, 0);

	/* Define the Store object in the global object */
	/* Define the Store object in the parent object */
	duk_def_prop(ctx, -3, DUK_DEFPROP_HAVE_VALUE);
}