X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/78b9dd3287f4a6e2859837bb8e978e8884d19e76..412e60ded1457ec0f408e2234c9dd60122929bac:/modules/nodePane/nodePane.js diff --git a/modules/nodePane/nodePane.js b/modules/nodePane/nodePane.js index b723e68..f3fb68a 100644 --- a/modules/nodePane/nodePane.js +++ b/modules/nodePane/nodePane.js @@ -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) {