Skip to content

Commit

Permalink
update bower
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaechler committed Feb 18, 2016
1 parent 557c00c commit d93e8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/services/app/rmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ angular.module('app')
// TODO: store metadata for different targets (=files)
// var targets = {};

//function removeEmptyNodes(parent) {
// _.forOwn(parent, function(value, key) {
// if (value === null && typeof value === "object") {
// delete parent[key];
// } else if (typeof value === 'object') {
// removeEmptyNodes(value);
// }
// });
//}

var compressedNodes = ['MinWidth', 'MaxWidth', 'MinAspectRatio', 'MaxAspectRatio'];

var RMD = function() {
Expand Down
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"devDependencies": {
"angular-mocks": "~1.4.8",
"promise-polyfill": "~3.1.0"
},
"resolutions": {
"x2js": "~1.2.0"
}
}

0 comments on commit d93e8dd

Please sign in to comment.