/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/spec/FindReplace-test-files-large/foo5.js
13 строк
250 B
Narciso Jaramillo
Add logic to force in-memory replacements for 10 or fewer files, and add confirmation dialog. Clean up some unnecessary runs() in tests.
08 май 2014, 04:56
08 май 2014, 04:56
51dda43
Код
Авторство
О чём код?
/* Test comment */ define(function (require, exports, module) { var Foo = require("modules/Foo"), Bar = require("modules/Bar"), Baz = require("modules/Baz"); function callFoo() { foo(); } }