X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/78b9dd3287f4a6e2859837bb8e978e8884d19e76..412e60ded1457ec0f408e2234c9dd60122929bac:/fnpjs/layout.js diff --git a/fnpjs/layout.js b/fnpjs/layout.js index 05252fb..c1d110e 100644 --- a/fnpjs/layout.js +++ b/fnpjs/layout.js @@ -1,4 +1,4 @@ -define(['libs/jquery-1.9.1.min', 'libs/underscore-min'], function($ ,_) { +define(['libs/jquery', 'libs/underscore'], function($ ,_) { 'use strict'; var Layout = function(template) {