mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
6 lines
293 B
JavaScript
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;
|