source:
Dev/trunk/src/client/util/build/plugins/querySelector.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 291 bytes |
Line | |
---|---|
1 | define(function() { |
2 | return { |
3 | start:function( |
4 | id, |
5 | referenceModule, |
6 | bc |
7 | ) { |
8 | var result = [bc.amdResources["dojo/selector/_loader"]]; |
9 | if(bc.selectorEngine){ |
10 | result = result.concat(bc.amdResources["dojo/selector/" + bc.selectorEngine]); |
11 | } |
12 | return result; |
13 | } |
14 | }; |
15 | }); |
Note: See TracBrowser
for help on using the repository browser.