Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Spoof property types #128

Merged
merged 2 commits into from Nov 1, 2018
Merged

Spoof property types #128

merged 2 commits into from Nov 1, 2018

Conversation

ndushay
Copy link
Contributor

@ndushay ndushay commented Nov 1, 2018

Makes this work:

image

Closes #92

.gitignore Outdated
@@ -1,4 +1,5 @@
*.zip
**/.DS_Store
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The **/ isn't necessary here. .DS_Store would ignore any file of that name, anywhere in the repo.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 606

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 596: 0.0%
Covered Lines: 0
Relevant Lines: 1180

💛 - Coveralls

@jermnelson jermnelson assigned jermnelson and unassigned jermnelson Nov 1, 2018
@@ -104,4 +101,16 @@ function loadOwlOntologies() {
})
}
}

var owlOntUrlToXmlMappings = []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be a const as to be more "ES6" ish, the type is immutable using const as an Array but not what you do with an Array.

@jermnelson jermnelson merged commit afd04bf into master Nov 1, 2018
@jermnelson jermnelson deleted the spoof-property-types branch November 1, 2018 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants