Changeset 20825


Ignore:
Timestamp:
06/28/16 13:56:39 (9 years ago)
Author:
ayfeng
Message:

FIX: Fix invalid reference to md.private (private -> priv)

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/javascript/karma/lib/bin/model.js

    r20824 r20825  
    9292                this.checkmessage = function(string){ //{{{
    9393                        console.log('model not consistent: ' + string);
    94                         md.private.isconsistent=false;
     94                        this.priv.isconsistent=false;
    9595                } //}}}
    9696                this.fix = function(){ //{{{
  • issm/trunk-jpl/src/m/classes/model.js

    r20824 r20825  
    9292                this.checkmessage = function(string){ //{{{
    9393                        console.log('model not consistent: ' + string);
    94                         md.private.isconsistent=false;
     94                        this.priv.isconsistent=false;
    9595                } //}}}
    9696                this.fix = function(){ //{{{
Note: See TracChangeset for help on using the changeset viewer.