Browse Source

修复sonar扫描问题

guohh 4 years ago
parent
commit
7f623a6bf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ipu-server/web/res/js/ui/wm-css3animate.js

+ 1 - 1
ipu-server/web/res/js/ui/wm-css3animate.js

36

36

37
/* global wm*/
37
/* global wm*/
38
/* global numOnly*/
38
/* global numOnly*/
39
define(["jcl","wmBase"],function($){
39
define(["jcl"],function($){
40
    "use strict";
40
    "use strict";
41
    var cache = [];
41
    var cache = [];
42
    var objId = function(obj) {
42
    var objId = function(obj) {