Update apis.md

This commit is contained in:
Adam Barth 2014-11-10 10:52:24 -08:00
parent 2942f72fd2
commit da357aebde

View File

@ -304,7 +304,7 @@ module 'sky:core' {
// the values passed in on options
// 6. register the new element
attribute ScriptElement? currentScript; // O(1) // returns the <script> element currently being executed if any, and if it's in this module; else null
readonly attribute ScriptElement? currentScript; // O(1) // returns the <script> element currently being executed if any, and if it's in this module; else null
}
class Module : AbstractModule {