Files
meteor/tools/tests/apps/modules/client/compatibility/bare.js
2016-01-25 15:34:16 -05:00

6 lines
293 B
JavaScript

// Because this file is contained by a client/compatibility directory, it
// should be evaluated as a bare file instead of as a module, so this
// variable declaration should take effect in the scope of the app, and
// thus be visible to other modules in the app.
var topLevelVariable = 1234;