Skip to content

Commit

Permalink
fix(Communicator): Makes use of lscache object in this.env
Browse files Browse the repository at this point in the history
The lscache object was undefined due to the refactoring of the communicator.
This change converts the communicator calls to this.env.cache. The tests were
updated to ensure travis ci passes.

Original author: @chrisamaral
Fixes #306

This is a recommended patch for all 0.7.0 users and will result in a 0.7.1
build.
  • Loading branch information
jakobo committed Jul 14, 2014
1 parent af6fc87 commit b1bedd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 75 deletions.
3 changes: 1 addition & 2 deletions dist/recent/inject.js
Expand Up @@ -2664,7 +2664,6 @@ function allComponents() {
TreeNode: TreeNode,
TreeRunner: TreeRunner,
cache: (HAS_LOCAL_STORAGE && lscache) ? lscache : null

};
}

Expand Down Expand Up @@ -4571,5 +4570,5 @@ var TreeNode = Fiber.extend(function() {


// initialize
init('0.7.0');
init('0.7.0-4-gaf6fc87');
})(this);

0 comments on commit b1bedd3

Please sign in to comment.