Files
cappuccino/Tests/Manual/CPWebViewTest2/main.j
T
Alexander Ljungberg 1392714896 Manual test which tests the effectiveness of both of the previous fixes.
The test also includes a URL based web view to show it works before and after the fixes.
2011-05-09 01:24:33 -04:00

19 lines
311 B
Plaintext

/*
* AppController.j
* CPWebViewTest2
*
* Created by Alexander Ljungberg on May 9, 2011.
* Copyright 2011, WireLoad All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}