Skip to content

Commit 7b64eb2

Browse files
Guilherme SouzaGuilherme Souza
authored andcommitted
performance improvement
1 parent d5d199e commit 7b64eb2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/dss.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,14 +805,14 @@
805805
};
806806

807807
})(this.dss);
808-
/*jshint -W061 */
809808
//File : src/core/dss.core.findDynamics.js
810809

811810
(function(dss){
812811
'use strict';
813812

814813
dss.core.findDynamics = function(selector,rules){
815-
rules.filter(function(rule){
814+
815+
rules = rules.filter(function(rule){
816816
return rule.value.indexOf('||') !== -1;
817817
});
818818

0 commit comments

Comments
 (0)