diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-10 20:20:54 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-10 20:20:54 -0400 |
| commit | ec3d0f8eca32d97a3d425475fdb162cb41c3c3bf (patch) | |
| tree | 813ad99a354788dd6aa244bad04f6d4f40db04b2 /www | |
| parent | c773727f312c647750014e906cc9c0b010ab8454 (diff) | |
none
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/DataModel.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 41e166c9..cc1b0b89 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1,4 +1,5 @@ /* jshint -W041 */ + /* jslint browser: true*/ /* global cordova,StatusBar,angular,console */ @@ -27,7 +28,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion // This is really a test mode. This is how I am validating // how my app behaves if you have many monitors. If you set simulationMode to true // then this is the function that getMonitors and getEvents calls - +//test var simulation = { fillSimulatedMonitors: function (cnt) { var simmonitors = []; |
