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