From 95c3a249f7c6fede69920593693db89fe8053ef0 Mon Sep 17 00:00:00 2001 From: Hixie Date: Fri, 31 Oct 2014 13:30:11 -0700 Subject: [PATCH] Specs: Clarify currentScript behaviour Review URL: https://codereview.chromium.org/693933003 --- specs/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/apis.md b/specs/apis.md index 2122dd3d3..4b886dccc 100644 --- a/specs/apis.md +++ b/specs/apis.md @@ -174,7 +174,7 @@ module 'sky:core' { // MODULES abstract interface AbstractModule : EventTarget { Promise import(String url); // O(Yikes) // returns the module's exports - ScriptElement? currentScript; // O(1) // returns the