ampersand-view
Advanced tools
Comparing version 6.0.6 to 6.0.7
{ | ||
"name": "ampersand-view", | ||
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -6,0 +6,0 @@ "browser": "./ampersand-view.js", |
@@ -438,3 +438,3 @@ # ampersand-view | ||
```js | ||
```javascript | ||
var view = AmpersandView.extend({ | ||
@@ -466,3 +466,3 @@ template: '<li><div class="container"></div></li>', | ||
```js | ||
```javascript | ||
var AmpersandView = require('ampersand-view'); | ||
@@ -469,0 +469,0 @@ var CollectionRenderer = require('ampersand-collection-view'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58957