Skip to content

Commit

Permalink
Merge pull request #127 from ervinMagic/master
Browse files Browse the repository at this point in the history
Added lrs query statements compatability for version 1.0.2
  • Loading branch information
brianjmiller committed Mar 28, 2016
2 parents 9a3d88c + 544c07e commit 034a16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LRS.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ TinCan client library

compatibility["0.95"] = compatibility["0.9"];
compatibility["1.0.1"] = compatibility["1.0.0"];
compatibility["1.0.2"] = compatibility["1.0.0"];

if (cfg.params.hasOwnProperty("target")) {
cfg.params.object = cfg.params.target;
Expand Down

0 comments on commit 034a16f

Please sign in to comment.