Skip to content

Commit

Permalink
Fixed build, fixed JSHint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Aug 24, 2014
1 parent 2b06646 commit 4fa21d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
"draggabilly": "~1.1.x"
},
"dependencies": {},
"resolutions": {
"angular": ">1.2.6"
},
"private": true
}
2 changes: 1 addition & 1 deletion karma/karma-unit.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function (config) {
*/
configObject.files = [
"vendor/objectdiff/objectDiff.js",
"vendor/jasmine-matchers/dist/jasmine-matchers.js"
"vendor/jasmine-expect/dist/jasmine-matchers.js"
].concat(JSON.parse(fileJson).concat([
'src/**/*.js',
'src/**/*.spec.js'
Expand Down
4 changes: 2 additions & 2 deletions src/components/services/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,14 +540,14 @@
data = data || {};

throw "add object camel casing here";
//railsFieldRenamingInterceptor().core(data);
/*railsFieldRenamingInterceptor().core(data);
if (data.response === "ok") {
Authenticator.loginSuccess(data);
}
else {
Authenticator.loginFailure(data);
}
}*/
});
}

Expand Down

0 comments on commit 4fa21d5

Please sign in to comment.