Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix case-insensitive file system compile issue
  • Loading branch information
kpdecker committed Dec 26, 2014
1 parent 9ff3daf commit be0ba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlebars/compiler/visitor.js
@@ -1,5 +1,5 @@
import Exception from "../exception";
import AST from "./AST";
import AST from "./ast";

function Visitor() {
this.parents = [];
Expand Down

0 comments on commit be0ba75

Please sign in to comment.