Skip to content

Instantly share code, notes, and snippets.

@tonio
Created June 29, 2010 14:58

Revisions

  1. tonio created this gist Jun 29, 2010.
    10 changes: 10 additions & 0 deletions ext.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    Ext.getBody().createChild({
    tag: 'script',
    src: Ext.urlAppend(
    'http://localhost:5000/pois',
    Ext.urlEncode({
    ids: Array.prototype.slice.call(arguments).join(','),
    callback: callback
    })
    )
    });