Skip to content

Instantly share code, notes, and snippets.

@everson
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everson/3adacc7fbc22ea64f809 to your computer and use it in GitHub Desktop.
Save everson/3adacc7fbc22ea64f809 to your computer and use it in GitHub Desktop.
Sample scala-js-fiddle usage.
object BlackBox {
def value = "Some content"
}
object ScalaJSExample extends js.JSApp{
def main() = {
println("hey " + BlackBox.value )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment