Skip to content

Commit

Permalink
fix TDT's dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anatskiy committed Oct 17, 2017
1 parent ebdadb6 commit 60b5abf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
$(document).ready(function() {
require(['libs/toastr'], function(Toastr){
require(['libs/toastr', 'mvc/tours'], function(Toastr, Tours) {
window.TourGenerator = Backbone.View.extend({
initialize: function(options) {
var me = this;
Expand Down

0 comments on commit 60b5abf

Please sign in to comment.