Add a note about defineProperty for spyOnProperty

- Fixes #1415
This commit is contained in:
Gregg Van Hove
2017-08-24 12:22:11 -07:00
parent 8cf8736cab
commit f6342ad4fe
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
},
/**
* Install a spy on a property onto an existing object.
* Install a spy on a property installed with `Object.defineProperty` onto an existing object.
* @name spyOnProperty
* @function
* @global