• Solly Ross's avatar
    Skip unnecessary render queue object creation · f00193e0
    Solly Ross authored
    This commit skips object creation for the render queue when not
    needed.  Instead of pushing an object onto the queue, and then
    immediately running the result, you call the function directly.
    Then, if the render queue is not empty, an object is created and
    pushed onto the queue.  Otherwise, the functionality is just run
    directly.
    f00193e0
Name
Last commit
Last update
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...