chore(module): improved module prefix/suffix code

This commit is contained in:
Misko Hevery
2012-04-28 22:19:23 -07:00
parent e40f8d829f
commit fbb499e0a8
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(angular) {
(function(window, angular, undefined) {

View File

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