Skip to content

Commit

Permalink
fixes #18843, regression from selector engine compat for query engine…
Browse files Browse the repository at this point in the history
… loader
  • Loading branch information
dylans committed May 16, 2016
1 parent 3b0570c commit 360075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selector/_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return {
// This module handles loading the appropriate selector engine for the given browser

load: function(id, parentRequire, loaded, config){
if (config.isBuild) {
if (config && config.isBuild) {
//Indicate that the optimizer should not wait
//for this resource any more and complete optimization.
//This resource will be resolved dynamically during
Expand Down

0 comments on commit 360075c

Please sign in to comment.