Playing with globals

This commit is contained in:
Jeff Parsons 2017-09-25 17:46:28 -07:00 committed by Jeff Parsons
commit cd4e08a2b8
4 changed files with 91 additions and 56 deletions

View file

@ -0,0 +1,3 @@
import {GLOBALS} from './globals.js'
alert(GLOBALS.COPYRIGHT);