更新代码
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
define(['jquery'], function($){
|
||||
var Backend = {
|
||||
init: function(){
|
||||
|
||||
if($('.editable').length > 0){
|
||||
// require(['editable'], function(){
|
||||
// $('.editable').editable();
|
||||
// })
|
||||
}
|
||||
},
|
||||
setBodySize: function(){
|
||||
var height = $(window).height();
|
||||
|
||||
Reference in New Issue
Block a user