Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created July 22, 2008 23:12
Show Gist options
  • Save erichocean/1364 to your computer and use it in GitHub Desktop.
Save erichocean/1364 to your computer and use it in GitHub Desktop.
// ==========================================================================
// Ring.PhoneServerController
// ==========================================================================
require('core');
/** @class
(Document Your View Here)
@extends SC.Object
@author AuthorName
@version 0.1
@static
*/
Ring.phoneServerController = SC.Object.create(
/** @scope Ring.phoneServerController */ {
_url: "http://127.0.0.1:5000/py/",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment