Skip to content

Instantly share code, notes, and snippets.

@benheb
Created April 23, 2013 17:22
Show Gist options
  • Select an option

  • Save benheb/5445589 to your computer and use it in GitHub Desktop.

Select an option

Save benheb/5445589 to your computer and use it in GitHub Desktop.
dojo.connect(layer, 'onLoad', function( obj ) {
self.layers.push( layer );
console.log('optiosn', self.options.service.params)
self.createSlider( layer, (self.Aggregator) ? true : false, self.options.service.params );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment