Skip to content

Commit

Permalink
comment + bump version + remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-re committed May 16, 2019
1 parent 182d883 commit 887055a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/leanplum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/leanplum.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"name": "@iflix/leanplum-sdk",
"description": "This is the JavaScript SDK for Leanplum, allowing developers to access and integrate the functionality of Leanplum with applications and devices through JavaScript and HTML5. Leanplum is an application development platform that provides mobile A/B testing, messaging functionality, personalization, and more features for applications. ## Installation Add leanplum.js to your project: ```javascript <script type=\"text/javascript\" src=\"leanplum.js\"></script> ``` ## Usage Initialize Leanplum.",
"version": "1.7.2-iflix",
"version": "2.0.0-iflix",
"main": "dist/leanplum.min.js",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion src/ActionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const limitVerbEvaluators = {
export default class ActionManager {

/** public
* return an array of filtered message
* return an array of filtered message ordered by priority
* @param {array} messages
* @param {string | string[] | ?} triggers
* @param {string?} verb
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
REGISTER_DEVICE: 'registerDevice'
},

SDK_VERSION: '1.7.2-iflix',
SDK_VERSION: '2.0.0-iflix',

CLIENT: 'js',

Expand Down
1 change: 0 additions & 1 deletion src/VarCache.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default class VarCache {
static messagesView = undefined
static messagesViewPerSession = []
static messages
static messagesDiff

static applyDiffs(diffs, variants, actionMetadata) {
VarCache.diffs = diffs
Expand Down

0 comments on commit 887055a

Please sign in to comment.