Skip to content

Commit f609d28

Browse files
author
Wylie Conlon
committed
Commit latest built assets with lodash fix
1 parent bb083cd commit f609d28

9 files changed

+31
-31
lines changed

dist/angular-google-maps-street-view.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*! angular-google-maps 2.3.3 2016-05-13
1+
/*! angular-google-maps 2.3.3 2016-06-03
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/
55
;
6-
(function( window, angular, undefined ){
6+
(function( window, angular, _, undefined ){
77
'use strict';
88
/*
99
!
@@ -674,4 +674,4 @@ StreetViewPanorama Directive to care of basic initialization of StreetViewPanora
674674
]);
675675

676676
}).call(this);
677-
}( window,angular));
677+
}( window, angular, _));

dist/angular-google-maps-street-view.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*! angular-google-maps 2.3.3 2016-05-13
1+
/*! angular-google-maps 2.3.3 2016-06-03
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/
55
;
6-
(function( window, angular, undefined ){
6+
(function( window, angular, _, undefined ){
77
'use strict';
88
/*
99
!
@@ -14019,4 +14019,4 @@ angular.module('uiGmapgoogle-maps.extensions')
1401914019
})
1402014020
};
1402114021
}]);
14022-
}( window,angular));
14022+
}( window, angular, _));

dist/angular-google-maps.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps_dev_mapped.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps_dev_mapped.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)