working on doc/interface
This commit is contained in:
parent
0485fda75c
commit
9fecbed390
@ -61,7 +61,7 @@ end
|
|||||||
type CurrentPlot
|
type CurrentPlot
|
||||||
nullableplot::Nullable
|
nullableplot::Nullable
|
||||||
end
|
end
|
||||||
const CURRENT_PLOT = CurrentPlot(Nullable{Plot}())
|
const CURRENT_PLOT = CurrentPlot(Nullable{Any}())
|
||||||
|
|
||||||
isplotnull() = isnull(CURRENT_PLOT.nullableplot)
|
isplotnull() = isnull(CURRENT_PLOT.nullableplot)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user