Remove commented lines
This commit is contained in:
parent
92c651f6b3
commit
e4540ead46
|
@ -2,8 +2,8 @@
|
||||||
"name": "cylon",
|
"name": "cylon",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"main": "lib/cylon.js",
|
"main": "lib/cylon.js",
|
||||||
"description": "A small robotics framework based on nactor",
|
"description": "A JavaScript robotics framework for node.js",
|
||||||
"homepage": "cylonjs.com",
|
"homepage": "http://cylonjs.com",
|
||||||
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
"bugs": "https://github.com/hybridgroup/cylon/issues",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ron Evans",
|
"name": "Ron Evans",
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
Robot = source("robot")
|
Robot = source("robot")
|
||||||
#robot = require '../dist/robot.js'
|
|
||||||
#Robot = require("#{__dirname}/robot")
|
|
||||||
|
|
||||||
describe "basic tests", ->
|
describe "basic tests", ->
|
||||||
r = new Robot("irobot")
|
r = new Robot("irobot")
|
||||||
|
|
Loading…
Reference in New Issue