Skip to content

Commit

Permalink
Made exportTo() available as export(), to remain backwardly compatibl…
Browse files Browse the repository at this point in the history
…e with v0.0.3.
  • Loading branch information
dchambers committed Oct 16, 2014
1 parent cc4b1d7 commit a703e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/topiarist.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
return target;
}
};
exporting.export = exporting.exportTo; // for backwards compatibility

methods.Base = exporting.install(function BaseClass() {});

Expand Down

0 comments on commit a703e66

Please sign in to comment.