diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-13 15:36:29 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-13 15:36:29 -0400 |
| commit | 950b67f5017802b129d80352708205dfe63080eb (patch) | |
| tree | 1140e15b122c08e6b1837be0cc8e58fb08cd9047 /www/js/DataModel.js | |
| parent | fb8c8806586ed3142298e4b85e6b1794735f182a (diff) | |
#606 cleanups during monitor move
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 61d78d86..b8bd10a6 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1593,7 +1593,7 @@ angular.module('zmApp.controllers') debug ("kill success for ck:"+ck+" with:"+JSON.stringify(s)); }, - function (e) {ebug ("kill success for ck:"+ck+" with:"+JSON.stringify(e));} + function (e) {debug ("kill success for ck:"+ck+" with:"+JSON.stringify(e));} ); }, |
