diff options
| author | Misko Hevery | 2012-04-28 22:19:23 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-05-04 15:50:37 -0700 | 
| commit | fbb499e0a82ba9b816916f275d786775aa6cf467 (patch) | |
| tree | f9d6604f92743a65e34f4c91c2f9aef2538385a3 /src/module.suffix | |
| parent | e40f8d829f10de3d73aa1026591fe014fe54eca9 (diff) | |
| download | angular.js-fbb499e0a82ba9b816916f275d786775aa6cf467.tar.bz2 | |
chore(module): improved module prefix/suffix code
Diffstat (limited to 'src/module.suffix')
| -rw-r--r-- | src/module.suffix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/module.suffix b/src/module.suffix index 4c04d073..25cb45a1 100644 --- a/src/module.suffix +++ b/src/module.suffix @@ -1,2 +1,2 @@ -})(window.angular); +})(window, window.angular); | 
