cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-06-27 01:38:57 +03:00
parent 563b16f93a
commit 8d4b8d282c
3 changed files with 8 additions and 7 deletions

View File

@ -40,10 +40,8 @@ object.makeConstructor('Ribbons',
/*********************************************************************/
// XXX things that do not yet work with this:
// .nextRibbon(..) / .prevRibbon(..)
// XXX need to sort out feature dependency ordering...
//
// NOTE: some features that depend on ribbon geometry will not work
// with this...
var RenderActions = actions.Actions({
get dom(){

View File

@ -23,7 +23,7 @@
"glob": "^4.0.6",
"guarantee-events": "^1.0.0",
"ig-actions": "^3.0.0",
"ig-features": "^3.1.7",
"ig-features": "^3.1.8",
"ig-object": "^1.0.1",
"openseadragon": "^2.1.0",
"preact": "^8.1.0",
@ -31,7 +31,7 @@
"react-dom": "^15.6.1",
"requirejs": "^2.1.23",
"requirejs-plugins": "^1.0.2",
"sharp": "^0.17.0",
"sharp": "^0.17.3",
"wildglob": "^0.1.1"
},
"optionalDependencies": {

View File

@ -35,6 +35,8 @@ var requirejs_cfg = {
'lib/features': './node_modules/ig-features/features',
//'lib/keyboard': './node_modules/ig-keyboard/keyboard',
'ext-lib/preact': './node_modules/preact/dist/preact',
},
map: {
'*': {
@ -100,10 +102,11 @@ var viewer = require('imagegrid/viewer')
$(function(){
// list all loaded modules...
/*/ list all loaded modules...
var m = requirejs.s.contexts._.defined
m = Object.keys(m).filter(function(e){ return m[e] != null })
console.log('Modules:', m)
//*/
/*/ self-test...
var test = viewer.ImageGridFeatures.buildFeatureList()