Skip to content

Commit

Permalink
Added lrs query statements compatability for version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ervinMagic committed Mar 28, 2016
1 parent 9a3d88c commit 544c07e
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 544c07e

Please sign in to comment.