Skip to content

Commit

Permalink
Add version to window.cnrt
Browse files Browse the repository at this point in the history
  • Loading branch information
kmathmann committed Mar 27, 2018
1 parent 584a518 commit 2617b7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window-objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ import ConsoleLogger from './utils/console-logger';

import { ENVIRONMENTS } from './constants/environments';
import TAPPIDS from './constants/tapp-ids';
import VERSION from './constants/version';

window.cnrt = {
ConsoleLogger,
changeEnv,
ENV: ENVIRONMENTS,
loadTapp,
TAPPIDS,
version: VERSION,
};

window.nativeCallCallback = callbackHandler;

0 comments on commit 2617b7d

Please sign in to comment.