/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/spec/FindReplace-test-files/foo.js
13 строк
250 B
Randy Edmunds
Find in Files tests - initial tests
09 апр 2014, 20:09
09 апр 2014, 20:09
1712e30
Код
Авторство
О чём код?
/* Test comment */ define(function (require, exports, module) { var Foo = require("modules/Foo"), Bar = require("modules/Bar"), Baz = require("modules/Baz"); function callFoo() { foo(); } }