Created
August 27, 2014 00:22
-
-
Save sgithens/ba1640625bdbb2c728eb to your computer and use it in GitHub Desktop.
GPII url handler register
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var defs = fluid.indexDefaults("myIndex", {gradeNames: "kettle.app", | |
| indexFunc: function () { return ["myKey"]}}); | |
| for (var i=0; i < defs.myKey.length; i++) { | |
| console.log(fluid.getGradedDefaults(defs.myKey[i]).handlers); | |
| } |
Author
sgithens
commented
Sep 1, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment