working on doc/interface

This commit is contained in:
Thomas Breloff 2015-08-25 22:47:48 -04:00
parent 0485fda75c
commit 9fecbed390

View File

@ -61,7 +61,7 @@ end
type CurrentPlot
nullableplot::Nullable
end
const CURRENT_PLOT = CurrentPlot(Nullable{Plot}())
const CURRENT_PLOT = CurrentPlot(Nullable{Any}())
isplotnull() = isnull(CURRENT_PLOT.nullableplot)