mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(module): improved module prefix/suffix code
This commit is contained in:
parent
e40f8d829f
commit
fbb499e0a8
2 changed files with 2 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
|||
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
(function(angular) {
|
||||
(function(window, angular, undefined) {
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
})(window.angular);
|
||||
})(window, window.angular);
|
||||
|
|
|
|||
Loading…
Reference in a new issue