From: Aleksander Ɓukasz Date: Tue, 19 Nov 2013 15:49:35 +0000 (+0100) Subject: wlxml: linting X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/06ff71dcb6c913a66280ebf812481224ee461f8c wlxml: linting --- diff --git a/src/wlxml/wlxml.js b/src/wlxml/wlxml.js index 4310bb9..9b852ae 100644 --- a/src/wlxml/wlxml.js +++ b/src/wlxml/wlxml.js @@ -1,6 +1,7 @@ define([ + 'libs/jquery', 'smartxml/smartxml' -], function(smartxml) { +], function($, smartxml) { 'use strict';