Skip to content

Commit

Permalink
Fixing some signature on top of source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Nov 1, 2012
1 parent 7e7438d commit 1fce2cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/inputs.js
Expand Up @@ -2,7 +2,6 @@
This file is part of the GhostDriver project from Neustar inc.
Copyright (c) 2012, Ivan De Marino <ivan.de.marino@gmail.com / detronizator@gmail.com>
Copyright (c) 2012, Alex Anderson <@alxndrsn>
Copyright (c) 2012, Jim Evans <james.h.evans.jr@gmail.com>
All rights reserved.
Expand Down Expand Up @@ -31,7 +30,7 @@ var ghostdriver = ghostdriver || {};

ghostdriver.Inputs = function () {
// private:
var
var
_mousePos = { x: 0, y: 0 },
_keyboardState = {},
_specialKeys = {
Expand Down Expand Up @@ -89,7 +88,7 @@ ghostdriver.Inputs = function () {
'\uE03A': "F10", // F10
'\uE03B': "F11", // F11
'\uE03C': "F12", // F12
'\uE03D': "Meta" // Command/Meta
'\uE03D': "Meta" // Command/Meta
},

_implicitShiftKeys = {
Expand Down
2 changes: 1 addition & 1 deletion tools/atoms_build_dir/action.js
@@ -1,7 +1,7 @@
/*
This file is part of the GhostDriver project from Neustar inc.
Copyright (c) 2012, Ivan De Marino <ivan.de.marino@gmail.com> - Neustar inc.
Copyright (c) 2012, Ivan De Marino <ivan.de.marino@gmail.com / detronizator@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion tools/atoms_build_dir/build.desc
@@ -1,6 +1,6 @@
# This file is part of the GhostDriver project from Neustar inc.
#
# Copyright (c) 2012, Ivan De Marino <ivan.de.marino@gmail.com> - Neustar inc.
# Copyright (c) 2012, Ivan De Marino <ivan.de.marino@gmail.com / detronizator@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
Expand Down

0 comments on commit 1fce2cb

Please sign in to comment.