otm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
otm [2011/03/28 18:43]
aspectscript
otm [2011/08/03 02:30] (current)
aspectscript
Line 60: Line 60:
     sequence: SQs.seq(SQs.call(a), SQs.call(b)),     sequence: SQs.seq(SQs.call(a), SQs.call(b)),
     advice: function (jp){     advice: function (jp){
-            jpsDiv.innerHTML += "[MATCH:ab after:" + jp + "] ";+            jpsDiv.innerHTML += "[*MATCH:ab after:" + jp + "*] ";
     }     }
 }; };
Line 72: Line 72:
 <div style="display:none"> <div style="display:none">
 <pre id="preHtml"> <pre id="preHtml">
-<b>This is the list of events seen and matched by the tm:</b>+<b>This is the list of events seen and matched by the stateful aspect:</b>
 <div id="jps"></div> <div id="jps"></div>
 </pre> </pre>
  • otm.txt
  • Last modified: 2011/08/03 02:30
  • by aspectscript