Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 64b4d09

Browse files
committed
chore(headers): update source file headers
1 parent 9438d58 commit 64b4d09

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

src/ngDefine.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
2-
* ngDefine() - a friendly integration of AngularJS into RequireJS powered applications
2+
* ngDefine - a friendly integration of AngularJS into RequireJS powered applications
3+
*
4+
* See https://github.com/Nikku/requirejs-angular-define for details.
35
*
46
* @version 1.1.0
57
* @author Nico Rehwaldt <http://github.com/Nikku>

src/ngr.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
/* global process:false, navigator:false, document:false */
1+
/**
2+
* ngr.js - a wrapper to r.js, the RequireJS optimizer that allows it to optimize
3+
* ngDefine powered applications.
4+
*
5+
* See https://github.com/Nikku/requirejs-angular-define for details.
6+
*
7+
* @version 1.1.0
8+
* @author Nico Rehwaldt <http://github.com/Nikku>
9+
*
10+
* @license (c) 2013 Nico Rehwaldt, MIT
11+
*/
12+
13+
14+
/* global process:false, navigator:false, document:false */
215

316
(function (console, args) {
417

0 commit comments

Comments
 (0)