Fixed typo in last merge.
This commit is contained in:
@@ -44,7 +44,7 @@ class JsCompressor(Compressor):
|
|||||||
if (settings.COMPRESS_ENABLED or settings.COMPRESS_PRECOMPILERS or
|
if (settings.COMPRESS_ENABLED or settings.COMPRESS_PRECOMPILERS or
|
||||||
kwargs.get('forced', False)):
|
kwargs.get('forced', False)):
|
||||||
self.split_contents()
|
self.split_contents()
|
||||||
if hasattr(self, 'nodes'):
|
if hasattr(self, 'extra_nodes'):
|
||||||
ret = []
|
ret = []
|
||||||
for extra, subnode in self.extra_nodes:
|
for extra, subnode in self.extra_nodes:
|
||||||
subnode.extra_context.update({'extra': extra})
|
subnode.extra_context.update({'extra': extra})
|
||||||
|
|||||||
Reference in New Issue
Block a user