Skip to content

Commit

Permalink
rake build system with rego-js-builder gem
Browse files Browse the repository at this point in the history
  • Loading branch information
alextk committed Dec 13, 2011
1 parent 4d9468b commit e9b6627
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [rtlScrollbarPosition]() - jQuery plugin for progress bar ui widget
# [rtlScrollbarPosition]() - jQuery plugin calculating rtl scrollbar position
================================

Dependencies
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ gem 'rake-hooks'
require 'rake/hooks'

project = JsProjectBuilder.new(
:name => 'jqDialog',
:description => 'jQuery plugin for creating dialog hovering div',
:name => 'rtlScrollbarPosition',
:description => 'jQuery plugin calculating rtl scrollbar position',
:file_name => 'jquery.rtl-scrollbar-position.js',
:js_files => %w{rtl-scrollbar-position.js}
)
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.rtl-scrollbar-position.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
* jqDialog - jQuery plugin for creating dialog hovering div
* rtlScrollbarPosition - jQuery plugin calculating rtl scrollbar position
*
* Version: 0.0.1
* Build: 26
* Build: 27
* Copyright 2011 Alex Tkachev
*
* Dual licensed under MIT or GPLv2 licenses
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: 13 Dec 2011 21:45:26
* Date: 13 Dec 2011 21:49:42
*/

(function($) {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.rtl-scrollbar-position.min.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
* jqDialog - jQuery plugin for creating dialog hovering div
* rtlScrollbarPosition - jQuery plugin calculating rtl scrollbar position
*
* Version: 0.0.1
* Build: 26
* Build: 27
* Copyright 2011 Alex Tkachev
*
* Dual licensed under MIT or GPLv2 licenses
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: 13 Dec 2011 21:45:26
* Date: 13 Dec 2011 21:49:42
*/

(function(a){a.rtlScrollbarPosition=function(){var b=null;return function(){if(b===null){var c=a('<div style="width:50px;height:50px;overflow:auto"><div/></div>').appendTo("body"),d=c.children(),e=d.offset(),f=d.height(99).offset();c.remove(),b=f.left>e.left?"left":"right"}return b}}()})(jQuery)
6 changes: 3 additions & 3 deletions dist/jquery.rtl-scrollbar-position.pack.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
* jqDialog - jQuery plugin for creating dialog hovering div
* rtlScrollbarPosition - jQuery plugin calculating rtl scrollbar position
*
* Version: 0.0.1
* Build: 26
* Build: 27
* Copyright 2011 Alex Tkachev
*
* Dual licensed under MIT or GPLv2 licenses
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: 13 Dec 2011 21:45:26
* Date: 13 Dec 2011 21:49:42
*/

eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(0(a){a.k=0(){3 b=4;8 0(){g(b===4){3 c=a(\'<2 h="i:6;5:6;l:m"><2/></2>\').o("j"),d=c.9(),e=d.7(),f=d.5(r).7();c.p(),b=f.1>e.1?"1":"n"}8 b}}()})(q)',28,28,'function|left|div|var|null|height|50px|offset|return|children|||||||if|style|width|body|rtlScrollbarPosition|overflow|auto|right|appendTo|remove|jQuery|99'.split('|'),0,{}))
6 changes: 3 additions & 3 deletions license.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* jqDialog - jQuery plugin for creating dialog hovering div
* rtlScrollbarPosition - jQuery plugin calculating rtl scrollbar position
*
* Version: 0.0.1
* Build: 26
* Build: 27
* Copyright 2011 Alex Tkachev
*
* Dual licensed under MIT or GPLv2 licenses
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: 13 Dec 2011 21:45:26
* Date: 13 Dec 2011 21:49:42
*/

4 changes: 2 additions & 2 deletions version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
built_at: Tue 12 Dec 2011 21:45:26
build_number: 26
built_at: Tue 12 Dec 2011 21:49:42
version: 0.0.1
build_number: 27

0 comments on commit e9b6627

Please sign in to comment.