Skip to content

Commit

Permalink
Merge branch 'major' of github.com:canjs/can-simple-map into major
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Nov 13, 2017
2 parents b990425 + 0f30be2 commit be6c3ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions can-simple-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ var ensureMeta = function ensureMeta(obj) {

// this is a very simple can-map like object
var SimpleMap = Construct.extend("SimpleMap",
/**
* @prototype
*/
{
// ### setup
// A setup function for the instantiation of a simple-map.
Expand Down
3 changes: 2 additions & 1 deletion docs/simple-map.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@module {constructor} can-simple-map
@parent can-infrastructure
@parent can-observables
@collection can-infrastructure
@group can-simple-map.prototype 0 prototype
@inherits can-construct
@description A performant live-bound map.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "can-simple-map",
"version": "4.0.0-pre.10",
"description": "A performant live-bound map",
"homepage": "https://canjs.com",
"homepage": "https://canjs.com/doc/can-simple-map.html",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-simple-map.git"
Expand Down

0 comments on commit be6c3ed

Please sign in to comment.