regexper-static/src
Jeff Avallone 773fd5c1a6 Refactoring how _position is called to be promise-based
The render method now returns a promise. Once this promise is resolved,
the _position method for that node will be called (if applicable). This
promise must be resolved only after all subordinate nodes have completed
their render phase (the promise returned by subordinate node's render
method has resolved). Node that do not have subordinates can return the
result of calling terminalRender, and proxied renders only need to
return the result of calling proxy.

With this change, it is no longer necessary to explicitly position
subordinate nodes. They will already be positioned once their render
promise is resolved.
2014-12-13 09:09:58 -05:00
..
fonts Adding Regexper markup and styles 2014-11-23 17:13:05 -05:00
js Refactoring how _position is called to be promise-based 2014-12-13 09:09:58 -05:00
sass Getting textarea sizing and padding correct this time 2014-12-05 22:59:39 -05:00
favicon.ico Adding more static files from regexper.com 2014-11-23 18:08:24 -05:00
humans.txt Adding more static files from regexper.com 2014-11-23 18:08:24 -05:00
index.html De-duplicating code to render subexp and charset containers 2014-12-10 18:27:07 -05:00
robots.txt Adding more static files from regexper.com 2014-11-23 18:08:24 -05:00