mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="safari-content.d.ts" />
|
||||
/// <reference path="safari-extension-content.d.ts" />
|
||||
|
||||
// https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/AddingExtensionToolbars/AddingExtensionToolbars.html#//apple_ref/doc/uid/TP40009977-CH5-SW7
|
||||
var theBody = document.body;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="safari.d.ts" />
|
||||
/// <reference path="safari-extension.d.ts" />
|
||||
|
||||
// https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/AccessingResourcesWithinYourExtensionFolder/AccessingResourcesWithinYourExtensionFolder.html#//apple_ref/doc/uid/TP40009977-CH18-SW2
|
||||
var img = document.createElement("img");
|
||||
|
||||
Reference in New Issue
Block a user