mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 02:50:10 +00:00
minr tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8bbe8e508b
commit
c70fa1cad2
@ -212,9 +212,7 @@ var BILL_or_TED = Object.assign(
|
|||||||
var BILL_or_TED_L = AND(
|
var BILL_or_TED_L = AND(
|
||||||
PERSON,
|
PERSON,
|
||||||
AT('name',
|
AT('name',
|
||||||
OR(
|
OR('Bill', 'Ted')))
|
||||||
'Bill',
|
|
||||||
'Ted')))
|
|
||||||
|
|
||||||
// testing is the same...
|
// testing is the same...
|
||||||
cmp(Bill, BILL_or_TED) // -> true
|
cmp(Bill, BILL_or_TED) // -> true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user