Refactoring: aliasing requirejs module names
[fnpeditor.git] / fnpjs / layout.js
index 05252fb..c1d110e 100644 (file)
@@ -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) {