fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
172 stars 48 forks source link

Inverted val and removed type alias #9

Closed kevlut closed 10 years ago

kevlut commented 10 years ago

I inverted TrackPositions to mean what its value is; so when set to true, we are tracking positions; false, we are not. It seems this might be the intention of the variable name as WindowsStoreVM was about to use it in this manner too.

(First GitHub commit; learning F#)

ReedCopsey commented 10 years ago

Thanks @kevlut for the cleanups!