Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fbb499e

Browse files
committed
chore(module): improved module prefix/suffix code
1 parent e40f8d8 commit fbb499e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/module.prefix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
6-
(function(angular) {
6+
(function(window, angular, undefined) {

src/module.suffix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
})(window.angular);
2+
})(window, window.angular);

0 commit comments

Comments
 (0)