diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-11 16:03:00 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-11 16:03:00 -0400 |
| commit | ba0cd55bfdb89d74d32d16b34f39b21b8fdad628 (patch) | |
| tree | be4eccd14c3cf2f92bd999973946f94931c31a9c /www/js/DataModel.js | |
| parent | bd70ae20ce65049a5b10898d7f56030b4c91418d (diff) | |
made a util version compare
Former-commit-id: 7e956be8cb76c798877f47af7de860c453963340
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 4 |
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 //----------------------------------------------------------------- |
