(fix) _.allKeys doesn't exist in lodash

pull/91/head
Francis Lachapelle 2015-07-28 14:21:19 -04:00
parent e87a6de46b
commit d7aae0e667
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
angular.extend(_this.$query, params);
if (options) {
_.each(_.allKeys(options), function(key) {
_.each(_.keys(options), function(key) {
// Query parameters common to events and tasks are compared
dirty |= (_this.$query[key] && options[key] != Component.$query[key]);
// Update either the common parameters or the type-specific parameters