Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
fix(lodash extensions): fixed indenting and other mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jan 20, 2016
1 parent ef715de commit 4f303c0
Show file tree
Hide file tree
Showing 42 changed files with 100 additions and 20,211 deletions.
4 changes: 2 additions & 2 deletions dist/angular-google-maps-street-view.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular-google-maps 2.2.1 2016-01-13
/*! angular-google-maps 2.2.1 2016-01-19
* AngularJS directives for Google Maps
* git: https://github.com/angular-ui/angular-google-maps.git
*/
Expand Down Expand Up @@ -491,7 +491,7 @@ return UUID;
return _.compact(_.map(eventObj.events, function(eventHandler, eventName) {
var doIgnore;
if (ignores) {
doIgnore = _(ignores).contains(eventName);
doIgnore = _(ignores).includes(eventName);
}
if (eventObj.events.hasOwnProperty(eventName) && angular.isFunction(eventObj.events[eventName]) && !doIgnore) {
return google.maps.event.addListener(gObject, eventName, function() {
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-google-maps-street-view.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4f303c0

Please sign in to comment.