Changeset 20828
- Timestamp:
- 06/28/16 21:12:40 (9 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/javascript/karma/lib/bin/mask.js
r20819 r20828 56 56 } 57 57 } // }}} 58 this.marshall=function(md, prefix,fid) { //{{{59 WriteData(fid,prefix,'object',this,'fieldname','groundedice_levelset','format','DoubleMat','mattype',1);60 WriteData(fid,prefix,'object',this,'fieldname','ice_levelset','format','DoubleMat','mattype',1);58 this.marshall=function(md,fid) { //{{{ 59 WriteData(fid,'object',this,'fieldname','groundedice_levelset','format','DoubleMat','mattype',1); 60 WriteData(fid,'object',this,'fieldname','ice_levelset','format','DoubleMat','mattype',1); 61 61 }//}}} 62 62 this.fix=function() { //{{{ -
issm/trunk-jpl/jenkins/javascript/karma/scripts/specs/issm-ajax.spec.js
r20812 r20828 13 13 it("contains test101", function(done) { 14 14 $.ajax({ 15 url: 'http://localhost:8080/test10 7.js',15 url: 'http://localhost:8080/test101.js', 16 16 dataType: 'script', 17 17 success: onAjaxSuccess, -
issm/trunk-jpl/src/m/classes/mask.js
r20819 r20828 56 56 } 57 57 } // }}} 58 this.marshall=function(md, prefix,fid) { //{{{59 WriteData(fid,prefix,'object',this,'fieldname','groundedice_levelset','format','DoubleMat','mattype',1);60 WriteData(fid,prefix,'object',this,'fieldname','ice_levelset','format','DoubleMat','mattype',1);58 this.marshall=function(md,fid) { //{{{ 59 WriteData(fid,'object',this,'fieldname','groundedice_levelset','format','DoubleMat','mattype',1); 60 WriteData(fid,'object',this,'fieldname','ice_levelset','format','DoubleMat','mattype',1); 61 61 }//}}} 62 62 this.fix=function() { //{{{
Note:
See TracChangeset
for help on using the changeset viewer.