Closed tristanls closed 13 years ago
I found it useful to be able to test if an object is an agility object. This is especially useful when used in tests and prevents having to mess with agility object internals ( _agility ).
_agility
This commit enables things like:
expect( $$.isAgility( obj ) ).toBeTrue();
I found it useful to be able to test if an object is an agility object. This is especially useful when used in tests and prevents having to mess with agility object internals (
_agility
).This commit enables things like: