Skip to content

Commit

Permalink
Resolves #391
Browse files Browse the repository at this point in the history
  • Loading branch information
ClickerMonkey committed Apr 14, 2020
1 parent 6663dbe commit 35f6add
Show file tree
Hide file tree
Showing 7 changed files with 5,847 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekord",
"version": "1.5.10",
"version": "1.5.11",
"homepage": "https://github.com/Rekord/rekord",
"authors": [
"Philip Diffenderfer <[email protected]>"
Expand Down
8 changes: 4 additions & 4 deletions build/rekord.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* rekord 1.5.10 - A javascript REST ORM that is offline and real-time capable http://rekord.github.io/rekord/ by Philip Diffenderfer */
/* rekord 1.5.11 - A javascript REST ORM that is offline and real-time capable http://rekord.github.io/rekord/ by Philip Diffenderfer */
// UMD (Universal Module Definition)
(function (root, factory)
{
Expand Down Expand Up @@ -14556,7 +14556,7 @@ Class.extend( Relation, RelationMultiple,
this.addModel( relation, related, remoteData );
}
}
});
}, remoteData );
}
else if ( isValue( input ) )
{
Expand Down Expand Up @@ -14586,7 +14586,7 @@ Class.extend( Relation, RelationMultiple,
this.removeModel( relation, related, remoteData );
}
}
});
}, remoteData );
}
else if ( isValue( input ) )
{
Expand All @@ -14607,7 +14607,7 @@ Class.extend( Relation, RelationMultiple,
{
this.removeModel( relation, all[ i ], remoteData );
}
});
}, remoteData );
}
},

Expand Down
12 changes: 6 additions & 6 deletions build/rekord.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/rekord.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 35f6add

Please sign in to comment.