fix jshint complain

pull/1/head
ansuz 2016-04-25 16:06:10 +02:00
parent 69e8f54e8f
commit b3ef2abb84
1 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,9 @@ define([
// TODO consider adding support for less.js
var $ = window.jQuery;
var $style = $('style').first(),
$edit = $('#edit');
var module = window.APP = {};
var key;
@ -78,8 +81,6 @@ define([
// nope
};
var $style = $('style').first(),
$edit = $('#edit');
$edit.attr('href', '/text/'+ window.location.hash);