summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-11 16:03:00 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-11 16:03:00 -0400
commitba0cd55bfdb89d74d32d16b34f39b21b8fdad628 (patch)
treebe4eccd14c3cf2f92bd999973946f94931c31a9c /www/js
parentbd70ae20ce65049a5b10898d7f56030b4c91418d (diff)
made a util version compare
Former-commit-id: 7e956be8cb76c798877f47af7de860c453963340
Diffstat (limited to 'www/js')
-rw-r--r--www/js/DataModel.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 88cd9663..4525d50f 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -596,6 +596,10 @@ angular.module('zmApp.controllers')
},
+ versionCompare: function (l,r) {
+ return versionCompare(l,r);
+ },
+
//-----------------------------------------------------------------
// Allow the option to reset first use if I need it in future
//-----------------------------------------------------------------