Skip to content

Commit

Permalink
fork derby-ui-boot because of a wrong Twitter repo URI and patch the …
Browse files Browse the repository at this point in the history
…tab bug
  • Loading branch information
Azat Mardanov committed Aug 25, 2013
1 parent a8715d8 commit 1e6768c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
var derby = require('derby');
derby.use(require('./ui'));
var derbyUiBoot = require('derby-ui-boot');
derbyUiBoot._clickTab = function(e, el) {
$(el).addClass('active')
this.select(this.model.at(el).get('name'))
}
// derby.use(require('derby-ui-boot'));
derby.use(derbyUiBoot);
derby.use(require('derby-ui-boot'));


var app = derby.createApp(module);


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "mongoui",
"version": "0.2.1",
"version": "0.2.2",
"engines": {
"node": ">= v0.6"
},
"repository": {
"type": "git",
"url": "http://github.com/azat-co/mongoui.git"
"repository" : {
"type" : "git",
"url" : "http://github.com/azat-co/mongoui.git"
},
"scripts": {
"start": "node index.js",
Expand All @@ -19,6 +19,6 @@
"derby": "0.3.15",
"async": "*",
"highlight": "0.2.3",
"derby-ui-boot": "0.1.2"
"derby-ui-boot": "git://github.com/azat-co/derby-ui-boot#v0.0.8"
}
}

0 comments on commit 1e6768c

Please sign in to comment.