Newline at end of file 💄

This commit is contained in:
Nathan Sobo
2012-06-01 14:01:00 -06:00
parent 37d423fb60
commit 2baf374937
11 changed files with 11 additions and 11 deletions

View File

@@ -20,4 +20,4 @@ class quicksort
noop: ->
# just a noop
exports.modules = quicksort
exports.modules = quicksort

View File

@@ -1,4 +1,4 @@
{runSpecSuite} = require 'jasmine-helper'
document.title = "Spec Suite"
runSpecSuite "spec-suite"
runSpecSuite "spec-suite"

View File

@@ -4,4 +4,4 @@ window.keymap.bindKeys '*'
right: 'move-right'
left: 'move-left'
down: 'move-down'
up: 'move-up'
up: 'move-up'

View File

@@ -2,4 +2,4 @@ window.keymap.bindKeys '*',
'ctrl-?': 'keybindings-view:attach'
window.keymap.bindKeys ".keybindings-view",
'escape': 'keybindings-view:detach'
'escape': 'keybindings-view:detach'

View File

@@ -29,4 +29,4 @@ class PaneColumn extends PaneGrid
Math.max(@horizontalChildUnits()...)
verticalGridUnits: ->
_.sum(@verticalChildUnits())
_.sum(@verticalChildUnits())

View File

@@ -1 +1 @@
module.exports = require 'keybindings-view/keybindings-view'
module.exports = require 'keybindings-view/keybindings-view'

View File

@@ -11,4 +11,4 @@ class FileView extends View
initialize: (@file) ->
getPath: ->
@file.path
@file.path

View File

@@ -1 +1 @@
module.exports = require 'tree-view/tree-view'
module.exports = require 'tree-view/tree-view'

View File

@@ -100,4 +100,4 @@ module.exports =
deferred = $.Deferred()
$native.asyncList path, true, (subpaths) ->
deferred.resolve subpaths
deferred
deferred

View File

@@ -2,4 +2,4 @@ module.exports =
class Native
@alert: (args...) -> $native.alert(args...)
@moveToTrash: (args...) -> $native.moveToTrash(args...)
@moveToTrash: (args...) -> $native.moveToTrash(args...)

View File

@@ -44,4 +44,4 @@ _.mixin
# I choose to escape every character with '\'
# even though only some strictly require it when inside of []
regex = RegExp('[' + specials.join('\\') + ']', 'g')
string.replace(regex, "\\$&");
string.replace(regex, "\\$&");