Browse Source

Typo fix: optimizier -> optimizer (#4015)

dev
Brandon Max 8 years ago
committed by Eduardo San Martin Morote
parent
commit
defd45ccba
  1. 2
      src/compiler/optimizer.js

2
src/compiler/optimizer.js

@ -8,7 +8,7 @@ let isPlatformReservedTag
const genStaticKeysCached = cached(genStaticKeys)
/**
* Goal of the optimizier: walk the generated template AST tree
* Goal of the optimizer: walk the generated template AST tree
* and detect sub-trees that are purely static, i.e. parts of
* the DOM that never needs to change.
*

Loading…
Cancel
Save