/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file2.js
14 строк
350 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, rhino: true, nomen: true, indent: 4, maxerr: 50 */ /*global crazyGlobal, anotherCrazyGlobal */ var D1 = { propD : 1 }, D2 = { propD : 2 }; function funE(paramE1, paramE2) { 'use strict'; var E1 = { propE : 1 }, E2 = { propE : 2 }; console.log("a very nice string"); }