v8: Attempt to fix a typo in the commit message
is resolve -> is resolved Change-Id: I95a6072be63e353bafdafccc404e90d331a01894 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>bb10
parent
ddc580643b
commit
30a5928e2a
|
|
@ -5,7 +5,7 @@ Subject: [PATCH 04/12] Introduce a QML compilation mode
|
|||
|
||||
In QML mode, there is a second global object - known as the QML
|
||||
global object. During property resolution, if a property is not
|
||||
present on the JS global object, it is resolve on the QML global
|
||||
present on the JS global object, it is resolved on the QML global
|
||||
object.
|
||||
|
||||
This global object behavior is only enabled if a script is being
|
||||
|
|
|
|||
Loading…
Reference in New Issue