/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.6.1
src/loader.prefix
8 строк
214 B
Ieuan Griffiths
chore(*): Updated year in licence
02 янв 2016, 22:40
02 янв 2016, 22:40
6fd41e7
Код
Авторство
О чём код?
/** * @license AngularJS v"NG_VERSION_FULL" * (c) 2010-2016 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; (function() { function isFunction(value) {return typeof value === 'function';};