Skip to content

Commit

Permalink
revert back to original implementation of multiex
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonGL committed Jun 23, 2014
1 parent f23bb56 commit d2d2e3c
Show file tree
Hide file tree
Showing 11 changed files with 3,099 additions and 418 deletions.
15 changes: 0 additions & 15 deletions src/js/Globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,3 @@ if (typeof J$ === 'undefined') {
}


(function (sandbox) {
var Globals = sandbox.Globals = {};
Globals.mode;
Globals.isInstrumentedCaller;
Globals.isConstructorCall;
Globals.isBrowserReplay;
Globals.traceFileName;
Globals.traceWriter;
Globals.smemory;
Globals.loadAndBranchLogs = [];

if (typeof module !== 'undefined') {
module.exports = Globals;
}
}(J$));
Loading

0 comments on commit d2d2e3c

Please sign in to comment.