/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/credits.js
11 строк
257 B
jzhang
add more code hint tests for html file and module file
16 май 2013, 22:45
16 май 2013, 22:45
bd4feb5
Код
Авторство
О чём код?
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function () { 'use strict'; return { getCredits: function () { var credits = "100"; return credits; } }; });