Skip to content
Snippets Groups Projects
Console.js 146 B
Newer Older
Amanda Ghassaei's avatar
Amanda Ghassaei committed
/**
 * Created by aghassaei on 10/26/15.
 */


define(['jquery'], function($){

//    $( ".selector" ).resizable({ handles: "n, e, s, w" });


});