Files
freeCodeCamp/client
Berkeley Martinez 574709159d Fix use the document as the proxy for jquery
We proxy the jquery object. This lets us use the jQuery that FCC
uses in the iframe.

Since jQuery sets the context, the main document object or DOM, at script
load, we need to create a proxy with the context of the iframe,
the document object of the iframe.

This was originally set to the body element. But not all challenges
require a body element.
2015-11-30 21:48:28 -08:00
..
2015-09-10 16:59:27 -07:00
2015-11-29 16:28:32 -08:00
2015-11-29 16:27:14 -08:00
2015-11-29 16:28:32 -08:00

This is the entry point for the client code Code that should only run on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point