Added test fixture for extended external.

This commit is contained in:
Michael Mathews 2012-07-08 01:11:54 +01:00
parent 22e4812275
commit 717c2bb0d8

11
test/fixtures/externals2.js vendored Normal file
View File

@ -0,0 +1,11 @@
/**
Namespace provided by the browser.
@external XMLHttpRequest
@see https://developer.mozilla.org/en/xmlhttprequest
*/
/**
Extends the built in XMLHttpRequest to send data encoded with a secret key.
@class EncryptedRequest
@extends external:XMLHttpRequest
*/