/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/modules/client/compatibility/bare.js
5 строк
293 B
Ben Newman
Add a test of client/compatibility directories.
25 янв 2016, 23:34
25 янв 2016, 23:34
877cb9e
Код
Авторство
О чём код?
// 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;