X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a398f2a96740ebe6dd60559d90e74c648e7009af..412e60ded1457ec0f408e2234c9dd60122929bac:/views/tabs/tabs.js diff --git a/views/tabs/tabs.js b/views/tabs/tabs.js index 8c92b0f..b910b92 100644 --- a/views/tabs/tabs.js +++ b/views/tabs/tabs.js @@ -1,8 +1,8 @@ define([ 'libs/text!./templates/main.html', 'libs/text!./templates/handle.html', -'libs/underscore-min', -'libs/backbone-min', +'libs/underscore', +'libs/backbone' ], function(mainTemplate, handleTemplate, _, Backbone) { 'use strict'; @@ -15,7 +15,7 @@ define([ initialize: function(options) { this.options = options || {}; - this.template = _.template(mainTemplate), + this.template = _.template(mainTemplate); this.handleTemplate = _.template(handleTemplate); this.contents = {}; this.selectedTab = null;