Refactoring: aliasing requirejs module names
[fnpeditor.git] / modules / documentHistory / restoreDialog.js
index a9de353..2bf16f6 100644 (file)
@@ -1,8 +1,8 @@
 define([
 'libs/text!./templates/restoreDialog.html',
-'libs/underscore-min',
-'libs/backbone-min',
-'libs/jquery-1.9.1.min'
+'libs/underscore',
+'libs/backbone',
+'libs/jquery'
 ], function(restoreDialogTemplate, _, Backbone, $) {
 
     var DialogView = Backbone.View.extend({