Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
adjust React plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 19, 2015
1 parent bbd95e7 commit 75e8eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tree/jsx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var react = System.pluginLoader._nodeRequire('react-tools');
var react = System._nodeRequire('react-tools');

exports.translate = function(load) {
var output = react.transformWithDetails(load.source);
Expand Down

0 comments on commit 75e8eec

Please sign in to comment.