Skip to content

Commit

Permalink
Missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lord committed May 15, 2014
1 parent 6584858 commit 096438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-activerecord.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ angular.module('ActiveRecord', []).factory('ActiveRecord', ['$http', '$q', '$par
var keyName = Related.prototype.$plural || Related.prototype.$name || assocObj.options.through;
var parentManaged = !!assocObj.options.parentManaged;

if(parentManaged){
if (parentManaged) {
// Modifications will be sent as a delta of the parent object and managed directly. No need to make any other calls
return;
}
Expand Down

0 comments on commit 096438d

Please sign in to comment.