Skip to content

Commit

Permalink
update comments and change package name from "marker" to "mark" due t…
Browse files Browse the repository at this point in the history
…o NPM conflict
  • Loading branch information
ryanve committed Sep 9, 2012
1 parent 92e299b commit fc11ca8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions marker.js
@@ -1,5 +1,5 @@
/*!
* marker Safe simple tracking for elements, objects, and functions.
* marker safe simple marker system for tracking elements, objects, and functions
* @author Ryan Van Etten (c) 2012
* @link http://github.com/ryanve/marker
* @license MIT
Expand Down Expand Up @@ -43,8 +43,8 @@

/**
* marker()
* @param {*} item
* @param {boolean=} op
* @param {*} item
* @param {boolean=} op
* @return {number|undefined}
*/
function marker (item, op) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "marker",
"name": "mark",
"description": "marker system for tracking elements / objects / functions",
"version": "0.5.0",
"homepage": "https://github.com/ryanve/marker",
Expand All @@ -10,4 +10,4 @@
"type": "git",
"url": "https://github.com/ryanve/marker.git"
}
}
}

0 comments on commit fc11ca8

Please sign in to comment.