Skip to content

Commit

Permalink
gallery-2009.11.17-23 ericf gallery-io-poller
Browse files Browse the repository at this point in the history
  • Loading branch information
YUI Builder committed Nov 17, 2009
1 parent f9f2525 commit 095e28f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gallery-io-poller/js/io-poller.js
@@ -1,5 +1,5 @@
/**
* gallery-io-poller - A utility to smartly poll (via XHR requests) a resource on the server.
* IO Poller - A utility to smartly poll (via XHR requests) a resource on the server.
* http://925html.com/code/smart-polling/
*
* Oddnut Software
Expand Down Expand Up @@ -266,9 +266,9 @@

config = Y.merge(ioConfig, {

headers : headers,
headers : Y.merge(ioConfig.headers, headers),
context : this,
on : Y.merge(ioConfig, {
on : Y.merge(ioConfig.on, {

start : this._defStartHandler,
complete : this._defCompleteHandler,
Expand Down

0 comments on commit 095e28f

Please sign in to comment.