Make matchFunction and matchProp ignore leading comments by default, make removeProp remove variable assignments too, and ensure inline require calls have the correct dependency paths.

Former-commit-id: 47e265e550ca863af5902c07df63809f47c1f96d
This commit is contained in:
John-David Dalton
2013-07-16 09:07:42 -07:00
parent e385b3499b
commit 854ea26ab7
2 changed files with 94 additions and 96 deletions

View File

@@ -1128,7 +1128,7 @@
data.array = data.bottom = data.loop = data.top = '';
data.init = 'iterable';
data.useHas = true;
data.useKeys = !!keys;
data.useKeys = true;
// merge options into a template data object
for (var object, index = 0; object = arguments[index]; index++) {