Last change
on this file since 543 was 469, checked in by Nicholas Riley, 17 years ago |
Services in PDFView/WebPDFView; activate on dynamic WebKit/PDFKit loading.
|
File size:
319 bytes
|
Line | |
---|
1 | //
|
---|
2 | // ICeCoffEEWebPDFViewSuper.m
|
---|
3 | // ICeCoffEE
|
---|
4 | //
|
---|
5 | // Created by Nicholas Riley on 4/18/08.
|
---|
6 | // Copyright 2008 Nicholas Riley. All rights reserved.
|
---|
7 | //
|
---|
8 |
|
---|
9 | #import "ICeCoffEEWebPDFViewSuper.h"
|
---|
10 |
|
---|
11 |
|
---|
12 | @implementation ICeCoffEEWebPDFViewSuper
|
---|
13 |
|
---|
14 | - (NSMenu *)menuForEvent:(NSEvent *)e;
|
---|
15 | {
|
---|
16 | return [super menuForEvent: e];
|
---|
17 | }
|
---|
18 |
|
---|
19 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.