Skip to content

Instantly share code, notes, and snippets.

@santiago
Created January 18, 2012 17:36
Show Gist options
  • Save santiago/1634343 to your computer and use it in GitHub Desktop.
Save santiago/1634343 to your computer and use it in GitHub Desktop.
var should= require("should");
io = require("socket.io-client");
require('../../lib/touch_on_node');
require('../../lib/touch/sencha-touch-all-debug.js');
require('../../lib/io/sencha-io-debug.js')
describe("Geo", function() {
Ext.io.setup({
logLevel:'debug',
appId:'test',
appKey:'test',
deviceId:'test',
deviceKey:'test',
deviceSid:'test',
url:'http://127.0.0.1:8080',
key:'test',
//
transportName:'socket',
//
//transportName:'polling'
//pollingDuration:100,
//maxEnvelopesPerReceive:1
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment