Remove unused file

This commit is contained in:
uu59 2014-11-27 17:40:12 +09:00
parent fd3302f42d
commit dd6a80988c

View File

@ -1,15 +0,0 @@
(function(){
"use strict";
$(function(){
var $select = $('#setting-format select');
if($select.length === 0) return;
var $options = $('#setting-format-options');
console.log($options);
debugger;
$select.on("change", function(ev){
});
});
})();