class-expression
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -456,3 +456,4 @@ /** | ||
// Only add label if it adds something? | ||
if( anchor.class_label() && anchor.class_id() != anchor.class_label() ){ | ||
if( anchor.class_label() && | ||
(anchor.class_id() != anchor.class_label()) ){ | ||
expression['label'] = anchor.class_label(); | ||
@@ -459,0 +460,0 @@ } |
{ | ||
"name": "class-expression", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "BSD-3-Clause", | ||
@@ -33,3 +33,3 @@ "description": "A handling library for OWL-style class expressions in JavaScript.", | ||
"dependencies": { | ||
"bbop-core": "0.0.4", | ||
"bbop-core": "0.0.5", | ||
"underscore": "1.8.3" | ||
@@ -36,0 +36,0 @@ }, |
@@ -250,3 +250,3 @@ //// | ||
} | ||
] | ||
] | ||
} | ||
@@ -253,0 +253,0 @@ }, |
35061
938
+ Addedbbop-core@0.0.5(transitive)
- Removedbbop-core@0.0.4(transitive)
Updatedbbop-core@0.0.5