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

Binary file not shown.

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function ( $ ) {
"use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function ( $ ) {
"use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
!function ( $ ) {
"use strict"

View File

@ -18,6 +18,7 @@
* limitations under the License.
* ========================================================== */
!function ( $ ) {
"use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ========================================================== */
!function ( $ ) {
$(function () {

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)

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function ( $ ) {
"use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
!function ( $ ) {
"use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
!function ( $ ) {
"use strict"

View File

@ -18,6 +18,7 @@
* limitations under the License.
* ========================================================== */
!function ( $ ) {
"use strict"

View File

@ -17,6 +17,7 @@
* limitations under the License.
* ========================================================== */
!function ( $ ) {
$(function () {

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)