Skip to content

Commit

Permalink
Merge pull request #57 from canjs/merge-master-to-major
Browse files Browse the repository at this point in the history
Merge master to major
  • Loading branch information
chasenlehara authored Nov 10, 2017
2 parents 1a1c7ea + baa6825 commit df86053
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ node_modules

doc/
dist/
package-lock.json
2 changes: 1 addition & 1 deletion can-view-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var domData = require("can-util/dom/data/data");
var SimpleMap = require("can-simple-map");
var ns = require("can-namespace");
var getDocument = require("can-util/dom/document/document");
var getDocument = require("can-globals/document/document");
var isArrayLike = require("can-util/js/is-array-like/is-array-like");
var canReflect = require("can-reflect");

Expand Down
3 changes: 2 additions & 1 deletion can-view-model.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@module {function} can-view-model can-view-model
@parent can-infrastructure
@parent can-views
@collection can-infrastructure
@package ./package.json

@description Gets the ViewModel of an [element](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement).
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "can-view-model",
"version": "4.0.0-pre.3",
"description": "gets or sets the view model of an element",
"homepage": "http://canjs.com",
"description": "Gets or sets the view model of an element.",
"homepage": "https://canjs.com/doc/can-view-model.html",
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
Expand All @@ -28,6 +28,7 @@
"donejs"
],
"dependencies": {
"can-globals": "^0.2.3",
"can-namespace": "1.0.0",
"can-reflect": "^1.2.1",
"can-simple-map": "^4.0.0-pre.2",
Expand Down

0 comments on commit df86053

Please sign in to comment.