Skip to content

Commit

Permalink
Remove out-of-date comment (#566)
Browse files Browse the repository at this point in the history
Was reading through the source and noticed that this comment referred to old code that was removed in 6bfa2af
  • Loading branch information
asolove authored and developit committed Feb 26, 2017
1 parent 523c397 commit 4a4dda9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render-queue.js
Expand Up @@ -4,7 +4,6 @@ import { renderComponent } from './vdom/component';

/** Managed queue of dirty components to be re-rendered */

// items/itemsOffline swap on each rerender() call (just a simple pool technique)
let items = [];

export function enqueueRender(component) {
Expand Down

0 comments on commit 4a4dda9

Please sign in to comment.