Created
August 22, 2008 19:47
-
-
Save anonymous/6844 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================================================== | |
// Ofapisurfer.MainController | |
// ========================================================================== | |
require('core'); | |
/** @class | |
(Document Your View Here) | |
@extends SC.Object | |
@author AuthorName | |
@version 0.1 | |
@static | |
*/ | |
Ofapisurfer.mainController = SC.Object.create( | |
/** @scope Ofapisurfer.mainController */ { | |
// TODO: Add your own code here. | |
var c = new Ofapisurfer.User(); | |
}) ; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment