mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
stringify names for better compression, remove dead functions, removed underscore.js compatibility
This commit is contained in:
@@ -181,7 +181,7 @@ Compiler.prototype = {
|
||||
template.addChild(i, self.templatize(child, i, priority));
|
||||
});
|
||||
}
|
||||
return template.empty() ? null : template;
|
||||
return template.empty() ? _null : template;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user