2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

return matcher value directly + cleanup first lines of files

This commit is contained in:
Jacob Thornton
2012-03-24 18:59:04 -07:00
parent 6dc59a9c3e
commit f02d017ffa
25 changed files with 34 additions and 22 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
"use strict"
@@ -78,7 +79,7 @@
}
items = $.grep(this.source, function (item) {
if (that.matcher(item)) return item
return that.matcher(item)
})
items = this.sorter(items)