mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
refactor($parse): remove commented out code
This commit is contained in:
@@ -123,7 +123,6 @@ var OPERATORS = extend(createMap(), {
|
||||
'&&':function(self, locals, a,b){return a(self, locals)&&b(self, locals);},
|
||||
'||':function(self, locals, a,b){return a(self, locals)||b(self, locals);},
|
||||
'&':function(self, locals, a,b){return a(self, locals)&b(self, locals);},
|
||||
// '|':function(self, locals, a,b){return a|b;},
|
||||
'!':function(self, locals, a){return !a(self, locals);},
|
||||
|
||||
//Tokenized as operators but parsed as assignment/filters
|
||||
|
||||
Reference in New Issue
Block a user