Changeset 20825
- Timestamp:
- 06/28/16 13:56:39 (9 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/javascript/karma/lib/bin/model.js
r20824 r20825 92 92 this.checkmessage = function(string){ //{{{ 93 93 console.log('model not consistent: ' + string); 94 md.private.isconsistent=false;94 this.priv.isconsistent=false; 95 95 } //}}} 96 96 this.fix = function(){ //{{{ -
issm/trunk-jpl/src/m/classes/model.js
r20824 r20825 92 92 this.checkmessage = function(string){ //{{{ 93 93 console.log('model not consistent: ' + string); 94 md.private.isconsistent=false;94 this.priv.isconsistent=false; 95 95 } //}}} 96 96 this.fix = function(){ //{{{
Note:
See TracChangeset
for help on using the changeset viewer.