From d1a04eabecc433fb0d7f72980277d490e423d2cb Mon Sep 17 00:00:00 2001 From: hackal <=> Date: Sun, 2 Sep 2018 19:25:22 +0200 Subject: [PATCH] Add version to scope --- src/exp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/exp.js b/src/exp.js index e985dbb..4215697 100644 --- a/src/exp.js +++ b/src/exp.js @@ -321,6 +321,7 @@ class Exp { /* Bind helper methods */ this.model.$anim = $anim; this.model.$validateEmail = $validateEmail; + this.model.$version = "v1.2.12"; /* Bind special methods to be used in `this` scope */ this.model.removeBanner = this.removeBanner.bind(this, this.app);