This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

update sliders/main.htm, main.js

old
linteng 2017-09-30 15:03:52 +08:00
parent bdb07f4a06
commit fbeec9b140
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
define(["yua", "text!./main.htm", "css!./main"], function(yua, tpl){ define(["yua", "text!./main.htm", "css!./main"], function(yua, tpl){
var dom var dom;
function getWidth(){} function getWidth(){}
/** /**
@ -164,4 +164,4 @@ define(["yua", "text!./main.htm", "css!./main"], function(yua, tpl){
yua.scan(dom) yua.scan(dom)
}) })