Commit f02d017f authored by Jacob Thornton's avatar Jacob Thornton

return matcher value directly + cleanup first lines of files

parent 6dc59a9c
......@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ========================================================= */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* =========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
......
......@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ======================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
......
......@@ -17,7 +17,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
$(function () {
......
......@@ -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)
......
......@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ========================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ============================================================ */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ========================================================= */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* =========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
......
......@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,7 @@
* ======================================================== */
!function( $ ){
!function ( $ ) {
"use strict"
......
......@@ -18,7 +18,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
"use strict"
......
......@@ -17,7 +17,8 @@
* limitations under the License.
* ========================================================== */
!function( $ ) {
!function ( $ ) {
$(function () {
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment