backgrid-select2-cell
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -16,14 +16,15 @@ /* | ||
require("select2"); | ||
module.exports = factory(root, | ||
require("underscore"), | ||
module.exports = factory(require("underscore"), | ||
require("backgrid")); | ||
} else { | ||
// Browser globals | ||
factory(root, root._, root.Backgrid); | ||
factory(root._, root.Backgrid); | ||
} | ||
}(this, function (root, _, Backgrid) { | ||
}(this, function (_, Backgrid) { | ||
"use strict"; | ||
var exports = {}; | ||
/** | ||
@@ -40,3 +41,5 @@ Select2CellEditor is a cell editor that renders a `select2` select box | ||
*/ | ||
var Select2CellEditor = Backgrid.Extension.Select2CellEditor = Backgrid.SelectCellEditor.extend({ | ||
var Select2CellEditor = | ||
exports.Select2CellEditor = | ||
Backgrid.Extension.Select2CellEditor = Backgrid.SelectCellEditor.extend({ | ||
@@ -102,3 +105,3 @@ /** @property */ | ||
*/ | ||
Backgrid.Extension.Select2Cell = Backgrid.SelectCell.extend({ | ||
exports.Select2Cell = Backgrid.Extension.Select2Cell = Backgrid.SelectCell.extend({ | ||
@@ -136,2 +139,4 @@ /** @property */ | ||
return exports; | ||
})); |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.3.5", | ||
"version": "0.3.7", | ||
"description": "Backgrid.js extension to extend the core SelectCell using select2.", | ||
@@ -27,6 +27,6 @@ "homepage": "https://github.com/wyuenho/backgrid-select2-cell", | ||
"dependencies": { | ||
"select2": "~3.4.5", | ||
"underscore": "~1.5.2", | ||
"backgrid": "~0.3.0" | ||
"backgrid": "~0.3.7", | ||
"select2": "~4.0.2", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
{ | ||
"name": "backgrid-select2-cell", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Backgrid.js extension to extend the core SelectCell using select2.", | ||
@@ -5,0 +5,0 @@ "main": "backgrid-select2-cell.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2934314
483
3018