Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var a = {
  2. isActivated() {
  3. return this._activeDelegate !== null;
  4. }
  5. }
  6.  
  7.  
  8. class Foo {
  9. isActivated() {
  10. return this._activeDelegate !== null;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement