minor modifications

This commit is contained in:
did 2011-07-25 23:40:24 +02:00
parent cb349b3ac0
commit ffb780238b
2 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{
"platform": "rails",
"platform_version": 3,
"ruby_version": "1.9.2",
"sql": false,
"mongodb": true,
"start_page": "admin/pages#guider=welcome",
"project_name": "locomotive"
'platform': 'rails',
'platform_version': 3,
'ruby_version': '1.9.2',
'sql': false,
'mongodb': true,
'start_page': 'admin/pages#guider=welcome',
'project_name': 'locomotive'
}

View File

@ -99,6 +99,8 @@ var guiders = (function($){
var attachToHeight = myGuider.attachTo.innerHeight();
var attachToWidth = myGuider.attachTo.innerWidth();
console.log(myGuider);
var top = base.top;
var left = base.left;