Changes between Version 18 and Version 19 of jazz/ActiveMQ/08-10-27


Ignore:
Timestamp:
Oct 28, 2008, 2:06:11 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/ActiveMQ/08-10-27

    v18 v19  
    136136   if (amq.poll) // 預設 amq.poll 為 true
    137137      // 產生 AJAX Request
    138       // 參考:
     138      // 參考: prototype.js - Ajax.Request(url, options) = 建構子(Constructor)
     139      //
     140      // 626 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
     141      // 627      initialize: function(url, options) {
     142      //
    139143      new Ajax.Request(amq.uri, { method: 'get', parameters: 'timeout=0', onSuccess: amq._pollHandler });
    140144  }
     145}}}