editor: removing unused code
[fnpeditor.git] / src / editor / modules / diffViewer / diffViewer.js
index e792545..573d3a6 100644 (file)
@@ -1,9 +1,8 @@
 define([
 'libs/jquery',
-'libs/underscore',
 'views/tabs/tabs',
 'libs/text!./diff.html'
-], function($, _, tabs, diffTemplateSrc) {
+], function($, tabs, diffTemplateSrc) {
 
 'use strict';