/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/Car.js
7 строк
251 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 (require, exports, module) { "use strict"; exports.name = "Honda"; exports.model = "2013 MDX"; });