/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/b/b.js
11 строк
191 B
dloverin
load additional files if the loaded files are not using modules.
10 май 2013, 20:34
10 май 2013, 20:34
f2ba60c
Код
Авторство
О чём код?
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.b = 2; }());