Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Sep 28, 2016
1 parent d637a16 commit e4f9bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-meteor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Full Meteor Client for React Native",
"main": "src/Meteor.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
if(this.ddp) {
cb();
} else {
runAfterInteractions(()=>{
runAfterOtherComputations(()=>{
this.waitDdpReady(cb);
});
}
Expand Down

0 comments on commit e4f9bdc

Please sign in to comment.