Fix build.

Former-commit-id: 17c97c9e2cad21ea6eb0af3d7b93ebb5caa89720
This commit is contained in:
John-David Dalton
2013-03-07 23:10:02 -08:00
parent bf88ad7fc8
commit fc39e4a225
2 changed files with 1 additions and 4 deletions

View File

@@ -190,7 +190,6 @@
'firstArg',
'loop',
'shadowedProps',
'support',
'top',
'useHas'
];
@@ -2498,8 +2497,7 @@
.replace(/__p *\+= *' *';/g, '')
.replace(/(__p *\+= *)' *' *\+/g, '$1')
.replace(/({) *;|; *(})/g, '$1$2')
.replace(/\(\(__t *= *\( *([^)]+) *\)\) *== *null *\? *'' *: *__t\)/g, '($1)')
.replace(/obj\.(?=support)/g, '')
.replace(/\(\(__t *= *\( *([^)]+) *\)\) *== *null *\? *'' *: *__t\)/g, '($1)');
// remove the with-statement
snippet = snippet.replace(/ *with *\(.+?\) *{/, '\n').replace(/}([^}]*}[^}]*$)/, '$1');

View File

@@ -41,7 +41,6 @@
'firstArg',
'loop',
'shadowedProps',
'support',
'top',
'useHas'
];