upgrade to AngularJS 1.0.0rc eggplant-teleportation
[angular-drzb] / app / lib / angular / angular-cookies.js
index f1f4b8a..dd53122 100644 (file)
@@ -1,9 +1,9 @@
 /**
- * @license AngularJS v1.0.0rc6
+ * @license AngularJS v1.0.0rc9
  * (c) 2010-2012 Google, Inc. http://angularjs.org
  * License: MIT
  */
-(function(angular) {
+(function(window, angular, undefined) {
 'use strict';
 
 /**
@@ -168,4 +168,4 @@ angular.module('ngCookies', ['ng']).
 
     }]);
 
-})(window.angular);
+})(window, window.angular);