Refactoring: aliasing requirejs module names
[fnpeditor.git] / modules / nodePane / nodePane.js
index b723e68..f3fb68a 100644 (file)
@@ -1,7 +1,7 @@
 define([
 'libs/text!./template.html',
-'libs/jquery-1.9.1.min',
-'libs/underscore-min',
+'libs/jquery',
+'libs/underscore',
 'modules/nodePane/metaWidget/metaWidget',
 'utils/wlxml'
 ], function(templateSrc, $, _, metaWidget, wlxmlUtils) {