Advertisement
Guest User

Untitled

a guest
Nov 1st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fluid.defaults("gpii.test.testEnvironmentWithNock", {
  2.     gradeNames: ["fluid.test.testEnvironment"],
  3.     // the function to set up Nock, must be supplied by integrators
  4.     nockSetupFunc: {
  5.         // func: ""
  6.         // args: ""
  7.     },
  8.     listeners: {
  9.         "onCreate.setupNock": "{that}.options.nockSetupFunc"    // NOT WORKING!!!
  10.     }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement