From ba0cd55bfdb89d74d32d16b34f39b21b8fdad628 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 11 May 2016 16:03:00 -0400 Subject: made a util version compare Former-commit-id: 7e956be8cb76c798877f47af7de860c453963340 --- www/js/DataModel.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js') 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 //----------------------------------------------------------------- -- cgit v1.2.3