[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides javelin-behavior-diffusion-commit-branches 3 * @requires javelin-behavior 4 * javelin-dom 5 * javelin-util 6 * javelin-request 7 */ 8 9 JX.behavior('diffusion-commit-branches', function(config) { 10 11 for (var uri in config) { 12 JX.DOM.setContent(JX.$(config[uri]), 'Loading...'); 13 new JX.Request(uri, JX.bind(config[uri], function(r) { 14 JX.DOM.setContent(JX.$(this), JX.$H(r)); 15 })).send(); 16 } 17 18 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |